mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add back difficulty panel spacing
This commit is contained in:
@ -732,7 +732,7 @@ namespace osu.Game.Screens.Select
|
||||
break;
|
||||
}
|
||||
|
||||
scrollTarget += b.TotalHeight;
|
||||
scrollTarget += b.TotalHeight + DrawableCarouselBeatmap.CAROUSEL_BEATMAP_SPACING;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user