-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Song::HighestMSDOfSkillset only match charts passing filter, if set
Earlier, a bug was caused where "Overall" and other skillset sorts would be incorrect, as the sort would find the highest MSD chart of *any* from the current game mode, even those hidden by the filter. This lead to confusing behavior. This fix simply replaces the GetChartsOfCurrentGameMode call with a GetChartsMatchingFilter. (Which falls through to the above if the filter is not set)
- Loading branch information
1 parent
50fde44
commit fef0d38
Showing
1 changed file
with
32 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters