mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Simplify vertical position calculations by including spacing in height definition
This commit is contained in:
@ -775,7 +775,7 @@ namespace osu.Game.Screens.Select
|
||||
break;
|
||||
}
|
||||
|
||||
scrollTarget += b.TotalHeight + DrawableCarouselBeatmap.CAROUSEL_BEATMAP_SPACING;
|
||||
scrollTarget += b.TotalHeight;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user