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;
if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause)
if (controls.PAUSE && startedCountdown && canPause)
{
persistentUpdate = false;
persistentDraw = true;