diff --git a/Other/FlxGameOfLife/source/PlayState.hx b/Other/FlxGameOfLife/source/PlayState.hx index 0950459d5..6bdf4c377 100644 --- a/Other/FlxGameOfLife/source/PlayState.hx +++ b/Other/FlxGameOfLife/source/PlayState.hx @@ -455,6 +455,7 @@ class PlayState extends FlxState mouseMode = NONE; updateMouseCursor(false); } + mPos.put(); } /**