mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
Merge branch 'rewrite/master' into hxcodec-hmm
This commit is contained in:
commit
4856ea4435
1 changed files with 8 additions and 0 deletions
|
@ -456,6 +456,14 @@ class FreeplayState extends MusicBeatSubState
|
|||
default:
|
||||
generateSongList({filterType: REGEXP, filterData: str}, true);
|
||||
}
|
||||
|
||||
// We want to land on the first song of the group, rather than random song when changing letter sorts
|
||||
// that is, only if there's more than one song in the group!
|
||||
if (grpCapsules.members.length > 0)
|
||||
{
|
||||
curSelected = 1;
|
||||
changeSelection();
|
||||
}
|
||||
};
|
||||
|
||||
exitMovers.set([fp, txtCompletion, fnfHighscoreSpr],
|
||||
|
|
Loading…
Reference in a new issue