1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-05 17:00:39 +00:00

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

View file

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