1
0
Fork 0
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:
CheemsAndFriends 2024-09-11 18:29:00 +02:00
parent 07d9ce2d5a
commit 2aa9e58f67

View file

@ -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;
}
}