mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 06:10:16 -04:00
Merge branch 'actual-merch-fix' into develop-0.3.2
This commit is contained in:
commit
7efc633f45
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue