mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-12-08 13:08:26 +00:00
Merge 0ca2d912be into 758f712eb5
This commit is contained in:
commit
da69c55f71
|
|
@ -1349,7 +1349,6 @@ class PlayState extends MusicBeatSubState
|
|||
|
||||
if (!event.eventCanceled)
|
||||
{
|
||||
shouldSubstatePause = true;
|
||||
persistentUpdate = false;
|
||||
persistentDraw = true;
|
||||
|
||||
|
|
@ -1402,6 +1401,7 @@ class PlayState extends MusicBeatSubState
|
|||
FlxTransitionableState.skipNextTransOut = true;
|
||||
pauseSubState.camera = cam;
|
||||
persistentUpdate = false;
|
||||
shouldSubstatePause = true;
|
||||
openSubState(pauseSubState);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue