mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Revert beatmapSets
reference to fix tests
New version changed order.
This commit is contained in:
parent
80f3a67876
commit
ba31ddee01
@ -95,7 +95,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
protected readonly CarouselScrollContainer Scroll;
|
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.
|
// todo: only used for testing, maybe remove.
|
||||||
private bool loadedTestBeatmaps;
|
private bool loadedTestBeatmaps;
|
||||||
|
Loading…
Reference in New Issue
Block a user