Skip to content

Commit f8bb925

Browse files
committed
Cleaned up test code.
1 parent 9f161e6 commit f8bb925

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

PathingModule.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,10 @@ public override IView GetSettingsView() {
138138
return new SettingsHintView((_settingsWindow.Show, _watcher));
139139
}
140140

141-
protected override void OnModuleLoaded(EventArgs e) {
142-
MessageBox.Show("hi", GameService.Graphics.GraphicsDeviceManager.PreferredBackBufferFormat.ToString(), new string[] {"OK"});
143-
144-
// Base handler must be called
145-
base.OnModuleLoaded(e);
146-
}
147-
148141
protected override void Update(GameTime gameTime) {
149142
_watcher?.Update(gameTime);
150143
}
151144

152-
/// <inheritdoc />
153145
protected override void Unload() {
154146
_watcher?.Unload();
155147
_pathingIcon?.Dispose();

0 commit comments

Comments
 (0)