1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Fix mania hold note tick positioning

This commit is contained in:
smoogipoo 2018-01-07 11:43:31 +09:00
parent 98fd4f6ff2
commit 2d345b2f80

View File

@ -32,6 +32,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
Anchor = Anchor.TopCentre;
Origin = Anchor.TopCentre;
RelativePositionAxes = Axes.Y;
Y = (float)HitObject.StartTime;
RelativeSizeAxes = Axes.X;