Move origin + anchor outside of ctor

This commit is contained in:
smoogipoo
2017-10-10 16:00:11 +09:00
parent b1a2da58bc
commit 9cb9151811
2 changed files with 6 additions and 3 deletions

View File

@ -38,9 +38,6 @@ namespace osu.Game.Graphics.UserInterface
{
AutoSizeAxes = Axes.Both;
Origin = Anchor.Centre;
Anchor = Anchor.Centre;
Children = new Drawable[]
{
content = new Container