mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix wrong sizing of editor timeline ticks
This commit is contained in:
@ -135,7 +135,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
|
|
||||||
Vector2 size = Vector2.One;
|
Vector2 size = Vector2.One;
|
||||||
|
|
||||||
if (indexInBar != 1)
|
if (indexInBar != 0)
|
||||||
size = BindableBeatDivisor.GetSize(divisor);
|
size = BindableBeatDivisor.GetSize(divisor);
|
||||||
|
|
||||||
var line = getNextUsableLine();
|
var line = getNextUsableLine();
|
||||||
|
Reference in New Issue
Block a user