1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-27 17:33:03 +00:00

make pause actually use the pause control

This commit is contained in:
MtH 2021-03-17 19:15:00 +01:00
parent 91409b67c9
commit 3107d62053

View file

@ -1348,7 +1348,7 @@ class PlayState extends MusicBeatState
scoreTxt.text = "Score:" + songScore; scoreTxt.text = "Score:" + songScore;
if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause) if (controls.PAUSE && startedCountdown && canPause)
{ {
persistentUpdate = false; persistentUpdate = false;
persistentDraw = true; persistentDraw = true;