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

@ -28,6 +28,8 @@ namespace osu.Game.Graphics.UserInterface
circle = new CircularContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Masking = true,
Alpha = 0,
RelativeSizeAxes = Axes.Both,
Size = new Vector2(0.8f, 0),