mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 01:47:24 +08:00
Fix DrawableTaikoHitObject origins.
This commit is contained in:
parent
28bde5eecd
commit
d1f686b1a8
@ -22,7 +22,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
: base(hitObject)
|
||||
{
|
||||
Anchor = Anchor.CentreLeft;
|
||||
Origin = Anchor.Centre;
|
||||
Origin = Anchor.CentreLeft;
|
||||
|
||||
RelativePositionAxes = Axes.X;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user