Fixes an issue where Freeplay Menu wasn't properly flagging the Week 6 assets to load.

This commit is contained in:
EliteMasterEric 2023-10-15 00:59:35 -04:00
parent 2e56fdb026
commit ccefa972a0
1 changed files with 1 additions and 0 deletions

View File

@ -948,6 +948,7 @@ class FreeplayState extends MusicBeatSubState
targetSong.cacheCharts(true);
new FlxTimer().start(1, function(tmr:FlxTimer) {
Paths.setCurrentLevel(songs[curSelected].levelId);
LoadingState.loadAndSwitchState(new PlayState(
{
targetSong: targetSong,