1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-12-08 13:08:26 +00:00
This commit is contained in:
Hyper_ 2025-12-07 16:20:12 -03:00 committed by GitHub
commit da69c55f71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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