mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Locallise ChildItems to DrawableCarouselBeatmapSet for clarity
This commit is contained in:
@ -923,7 +923,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
|
||||
if (item is DrawableCarouselBeatmapSet set)
|
||||
{
|
||||
foreach (var difficulty in set.ChildItems)
|
||||
foreach (var difficulty in set.DrawableBeatmaps)
|
||||
yield return difficulty;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user