Don't need CentreLeft anchors.

This commit is contained in:
smoogipooo 2017-03-29 13:07:36 +09:00
parent e518508f2d
commit 1a56c48ddb

View File

@ -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,
}); });
} }