mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Remove sorting by length for beatmaps
This commit is contained in:
@ -47,9 +47,6 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
if (ruleset != 0) return ruleset;
|
if (ruleset != 0) return ruleset;
|
||||||
|
|
||||||
return Beatmap.StarDifficulty.CompareTo(otherBeatmap.Beatmap.StarDifficulty);
|
return Beatmap.StarDifficulty.CompareTo(otherBeatmap.Beatmap.StarDifficulty);
|
||||||
|
|
||||||
case SortMode.Length:
|
|
||||||
return Beatmap.Length.CompareTo(otherBeatmap.Beatmap.Length);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user