Merge pull request #1399 from Sector03/stable

fix this hardlock u dingus
This commit is contained in:
Kade M
2021-07-23 22:19:10 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -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;