Skip to content

Commit

Permalink
put mPos back into the pool (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Apr 9, 2024
1 parent aa9d97b commit 1839cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Other/FlxGameOfLife/source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ class PlayState extends FlxState
mouseMode = NONE;
updateMouseCursor(false);
}
mPos.put();
}

/**
Expand Down

0 comments on commit 1839cf5

Please sign in to comment.