1
0
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:
Dean Herbert 2020-03-13 10:01:28 +09:00 committed by GitHub
parent 5537b279de
commit 3f8b454ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}