Skip to content

Commit 5227ed3

Browse files
committed
Fix Freeplay Autoplay
1 parent 9e4b6f3 commit 5227ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/menus/FreeplayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class FreeplayState extends MusicBeatState
382382
updateScore();
383383

384384
#if PRELOAD_ALL
385-
if (curSong != prevSong) {
385+
if (curSong != prevSong || force) {
386386
autoplayElapsed = 0;
387387
songInstPlaying = false;
388388
}

0 commit comments

Comments
 (0)