mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 13:45:49 +00:00
Fix titlestate reentering crash
This commit is contained in:
parent
07d9ce2d5a
commit
2aa9e58f67
|
|
@ -523,7 +523,8 @@ class TitleState extends MusicBeatState
|
||||||
remove(ngSpr);
|
remove(ngSpr);
|
||||||
|
|
||||||
FlxG.camera.flash(FlxColor.WHITE, initialized ? 1 : 4);
|
FlxG.camera.flash(FlxColor.WHITE, initialized ? 1 : 4);
|
||||||
remove(credGroup);
|
|
||||||
|
if (credGroup != null) remove(credGroup);
|
||||||
skippedIntro = true;
|
skippedIntro = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue