mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 06:09:02 +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);
|
super(FlxColor.TRANSPARENT);
|
||||||
FlxG.state.persistentUpdate = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override function create():Void
|
override function create():Void
|
||||||
{
|
{
|
||||||
super.create();
|
super.create();
|
||||||
|
|
||||||
|
FlxG.state.persistentUpdate = false;
|
||||||
|
|
||||||
FlxTransitionableState.skipNextTransIn = true;
|
FlxTransitionableState.skipNextTransIn = true;
|
||||||
|
|
||||||
if (stickerSubState != null)
|
if (stickerSubState != null)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue