1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-29 13:48:50 +00:00

Merge branch 'actual-merch-fix' into develop-0.3.2

This commit is contained in:
Cameron Taylor 2024-05-03 01:12:23 -04:00
commit 7efc633f45

View file

@ -145,13 +145,14 @@ class FreeplayState extends MusicBeatSubState
}
super(FlxColor.TRANSPARENT);
FlxG.state.persistentUpdate = false;
}
override function create():Void
{
super.create();
FlxG.state.persistentUpdate = false;
FlxTransitionableState.skipNextTransIn = true;
if (stickerSubState != null)