mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Locallise ChildItems to DrawableCarouselBeatmapSet for clarity
This commit is contained in:
@ -640,7 +640,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
if (item is DrawableCarouselBeatmapSet set)
|
||||
{
|
||||
foreach (var diff in set.ChildItems)
|
||||
foreach (var diff in set.DrawableBeatmaps)
|
||||
updateItem(diff, item);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user