diff --git a/source/PlayState.hx b/source/PlayState.hx index ce428753f..2a678c8de 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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;