mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix DrawableTaikoHitObject origins.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user