mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 15:43:18 +08:00
Removed check
This commit is contained in:
parent
bcab7aea26
commit
55f1b43329
@ -131,13 +131,6 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
base.Filter(criteria);
|
base.Filter(criteria);
|
||||||
bool match = Items.All(i => i.Filtered.Value);
|
bool match = Items.All(i => i.Filtered.Value);
|
||||||
|
|
||||||
if (BeatmapSet?.Equals(criteria.SelectedBeatmapSet) == true)
|
|
||||||
{
|
|
||||||
// only check ruleset equality or convertability for selected beatmap
|
|
||||||
Filtered.Value = !match;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
match &= criteria.Sort != SortMode.DateRanked || BeatmapSet?.DateRanked != null;
|
match &= criteria.Sort != SortMode.DateRanked || BeatmapSet?.DateRanked != null;
|
||||||
match &= criteria.Sort != SortMode.DateSubmitted || BeatmapSet?.DateSubmitted != null;
|
match &= criteria.Sort != SortMode.DateSubmitted || BeatmapSet?.DateSubmitted != null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user