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 032a77f commit 759ccfdCopy full SHA for 759ccfd
Ab4d.SharpEngine.Samples.Common/Advanced/CustomOverlayPanelSample.cs
@@ -46,7 +46,7 @@ protected override void OnDisposed()
46
Scene.RemoveSpriteBatch(_spriteBatch);
47
48
if (SceneView != null)
49
- SceneView.SceneUpdating += _parentSceneView_SceneUpdating;
+ SceneView.SceneUpdating -= _parentSceneView_SceneUpdating;
50
51
base.OnDisposed();
52
}
0 commit comments