1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 15:50:14 +08:00

Merge pull request #18485 from bdach/fix-tick-display

Fix wrong sizing of editor timeline ticks
This commit is contained in:
Dean Herbert
2022-05-30 04:03:48 +09:00
committed by GitHub
Unverified
@@ -135,7 +135,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
Vector2 size = Vector2.One;
if (indexInBar != 1)
if (indexInBar != 0)
size = BindableBeatDivisor.GetSize(divisor);
var line = getNextUsableLine();