1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 13:47:33 +08:00

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
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
});
}