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