SimpleWindow don't destroy controlCamera
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
(method :Void hide []
|
||||
(when _shown
|
||||
(FlxG.cameras.remove controlCamera)
|
||||
(FlxG.cameras.remove controlCamera false)
|
||||
(FlxG.state.remove this)
|
||||
(FlxG.state.remove controls)
|
||||
(windowStack.remove this)
|
||||
|
Reference in New Issue
Block a user