mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add back difficulty panel spacing
This commit is contained in:
@ -190,12 +190,12 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
if (carouselBeatmapSet != Item)
|
||||
return;
|
||||
|
||||
float yPos = 0;
|
||||
float yPos = DrawableCarouselBeatmap.CAROUSEL_BEATMAP_SPACING;
|
||||
|
||||
foreach (var item in loaded)
|
||||
{
|
||||
item.Y = yPos;
|
||||
yPos += item.Item.TotalHeight;
|
||||
yPos += item.Item.TotalHeight + DrawableCarouselBeatmap.CAROUSEL_BEATMAP_SPACING;
|
||||
}
|
||||
|
||||
beatmapContainer.ChildrenEnumerable = loaded;
|
||||
|
Reference in New Issue
Block a user