mirror of
https://github.com/ppy/osu.git
synced 2025-03-01 10:12:54 +08:00
Fix something that was removed during merge conflicts.
This commit is contained in:
parent
3cecffbc48
commit
99f1e86a5e
@ -17,6 +17,11 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
|||||||
Origin = Anchor.Centre;
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
RelativePositionAxes = Axes.X;
|
RelativePositionAxes = Axes.X;
|
||||||
|
|
||||||
|
Children = new[]
|
||||||
|
{
|
||||||
|
CreateCircle()
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
Loading…
Reference in New Issue
Block a user