mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 07:07:18 +09:00
Don't need CentreLeft anchors.
This commit is contained in:
parent
e518508f2d
commit
1a56c48ddb
@ -36,8 +36,8 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
|||||||
|
|
||||||
AddInternal(bodyContainer = new Container
|
AddInternal(bodyContainer = new Container
|
||||||
{
|
{
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.Centre,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user