mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 23:40:44 +08:00
Fix mania hold note tick positioning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user