mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
Fixes an issue where Freeplay Menu wasn't properly flagging the Week 6 assets to load.
This commit is contained in:
parent
2e56fdb026
commit
ccefa972a0
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue