reveal mouse on cleanup?

This commit is contained in:
2024-10-20 10:44:25 -05:00
parent 482df2c62e
commit 0806efc3ac

View File

@@ -821,7 +821,9 @@
(set camera.width (- (Std.int prop.width) 2)) // TODO same for the -2
))
(cleanup (FlxG.state.remove flxDirector.spriteLayers true))
(cleanup
(FlxG.state.remove flxDirector.spriteLayers true)
(set FlxG.mouse.visible true))
(defMacro addSkips [flxMovieClass]
`{