1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-11 06:38:14 +00:00

actual merch fix stuff

This commit is contained in:
Cameron Taylor 2024-05-02 23:02:47 -04:00
parent 60b75c4bb5
commit 6620b2e83c

View file

@ -146,13 +146,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)
@ -189,7 +190,7 @@ class FreeplayState extends MusicBeatSubState
displayedVariations = (currentCharacter == 'bf') ? [Constants.DEFAULT_VARIATION, 'erect'] : [currentCharacter];
// programmatically adds the songs via LevelRegistry and SongRegistry
for (levelId in LevelRegistry.instance.listBaseGameLevelIds())
for (levelId in LevelRegistry.instance.listSortedLevelIds())
{
for (songId in LevelRegistry.instance.parseEntryData(levelId).songs)
{