1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Fix wrong sizing of editor timeline ticks

This commit is contained in:
Bartłomiej Dach 2022-05-29 20:15:17 +02:00
parent 83c2b27b69
commit c892ec83ef
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -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();