mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-03 20:23:46 +00:00
Merge branch 'actual-merch-fix' into develop-0.3.2
This commit is contained in:
commit
7efc633f45
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue