We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f161e6 commit f8bb925Copy full SHA for f8bb925
PathingModule.cs
@@ -138,18 +138,10 @@ public override IView GetSettingsView() {
138
return new SettingsHintView((_settingsWindow.Show, _watcher));
139
}
140
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
148
protected override void Update(GameTime gameTime) {
149
_watcher?.Update(gameTime);
150
151
152
- /// <inheritdoc />
153
protected override void Unload() {
154
_watcher?.Unload();
155
_pathingIcon?.Dispose();
0 commit comments