Merge pull request #1399 from Sector03/stable
fix this hardlock u dingus
This commit is contained in:
@ -2420,7 +2420,7 @@ class PlayState extends MusicBeatState
|
||||
|
||||
scoreTxt.x = (originalX - (lengthInPx / 2)) + 335;
|
||||
|
||||
if (controls.PAUSE && startedCountdown && canPause)
|
||||
if (controls.PAUSE && startedCountdown && canPause && !cannotDie)
|
||||
{
|
||||
persistentUpdate = false;
|
||||
persistentDraw = true;
|
||||
|
Reference in New Issue
Block a user