mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08:00
Reword comment to match new filtering behaviour
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
5537b279de
commit
3f8b454ff4
@ -32,7 +32,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
if (Beatmap.BeatmapSet?.Equals(criteria.SelectedBeatmapSet) == true)
|
||||
{
|
||||
// bypass filtering for selected beatmap
|
||||
// only check ruleset equality or convertability for selected beatmap
|
||||
Filtered.Value = !match;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user