mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 23:40:44 +08:00
Revert beatmapSets reference to fix tests
New version changed order.
This commit is contained in:
@@ -95,7 +95,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
protected readonly CarouselScrollContainer Scroll;
|
||||
|
||||
private IEnumerable<CarouselBeatmapSet> beatmapSets => root.BeatmapSetsByID.Values;
|
||||
private IEnumerable<CarouselBeatmapSet> beatmapSets => root.Children.OfType<CarouselBeatmapSet>();
|
||||
|
||||
// todo: only used for testing, maybe remove.
|
||||
private bool loadedTestBeatmaps;
|
||||
|
||||
Reference in New Issue
Block a user