We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa5e66 commit 49d4708Copy full SHA for 49d4708
source/funkin/menus/FreeplayState.hx
@@ -123,6 +123,8 @@ class FreeplayState extends MusicBeatState
123
}
124
125
126
+ updateCurDifficulties();
127
+
128
if (curSong != null) {
129
for(k=>diff in curDifficulties) {
130
if (diff == Options.freeplayLastDifficulty) {
@@ -131,7 +133,6 @@ class FreeplayState extends MusicBeatState
131
133
132
134
135
- updateCurDifficulties();
136
updateCurSong();
137
138
DiscordUtil.call("onMenuLoaded", ["Freeplay"]);
0 commit comments