Skip to content

Commit 49d4708

Browse files
committed
Fix Freeplay Last Saved Thingies
1 parent ffa5e66 commit 49d4708

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/funkin/menus/FreeplayState.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ class FreeplayState extends MusicBeatState
123123
}
124124
}
125125

126+
updateCurDifficulties();
127+
126128
if (curSong != null) {
127129
for(k=>diff in curDifficulties) {
128130
if (diff == Options.freeplayLastDifficulty) {
@@ -131,7 +133,6 @@ class FreeplayState extends MusicBeatState
131133
}
132134
}
133135

134-
updateCurDifficulties();
135136
updateCurSong();
136137

137138
DiscordUtil.call("onMenuLoaded", ["Freeplay"]);

0 commit comments

Comments
 (0)