mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +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);
|
||||
|
||||
FlxG.camera.flash(FlxColor.WHITE, initialized ? 1 : 4);
|
||||
remove(credGroup);
|
||||
|
||||
if (credGroup != null) remove(credGroup);
|
||||
skippedIntro = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue