Skip to content

Commit

Permalink
Update FreeplayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Nov 28, 2024
1 parent a7be14f commit 5222cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/freeplay/FreeplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ class FreeplayState extends MusicBeatSubState
FunkinSound.playOnce(Paths.sound('scrollMenu'), 0.4);

// This makes it so it sends you to the same song in the new list (if it's there).
if (grpCapsules.members[curSelected].freeplayData != null) curSelected = grpCapsules.members.indexOf(grpCapsules.members[curSelected]);
if (grpCapsules.members[curSelected].songData != null) curSelected = grpCapsules.members.indexOf(grpCapsules.members[curSelected]);
else
curSelected = 1;

Expand Down

0 comments on commit 5222cd9

Please sign in to comment.