mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +08:00
c8d3dd0e5a
Migrate beatmap carousel item sorting from List<T>.Sort() to IEnumerable<T>.OrderBy(), as the second variant is documented to be a stable sorting algorithm. This allows for eliminating unnecessary movement of carousel items occurring whenever any set of items is tied when changing sorting criteria. |
||
---|---|---|
.. | ||
Backgrounds | ||
Charts | ||
Edit | ||
Menu | ||
Multi | ||
Play | ||
Ranking | ||
Select | ||
BackgroundScreen.cs | ||
BackgroundScreenStack.cs | ||
IOsuScreen.cs | ||
Loader.cs | ||
OsuScreen.cs | ||
OsuScreenDependencies.cs | ||
OsuScreenStack.cs | ||
ScreenWhiteBox.cs | ||
StartupScreen.cs |