mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 10:17:43 +08: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
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user