Fix usages of CircularContainer in line with framework changes.

This commit is contained in:
Dean Herbert
2017-03-22 15:27:22 +09:00
parent 7fba0c4bce
commit fbe08436d2
6 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
{
Colour = Color4.White,
RelativePositionAxes = Axes.Both,
Masking = true,
Origin = Anchor.Centre,
Size = new Vector2(1 / ScreenSpaceDrawQuad.Width * 2000),
Children = new[]