Update framework + fix CI errors

This commit is contained in:
smoogipoo
2018-04-20 18:19:17 +09:00
parent c9e4a07e12
commit 0dce7a5b61
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Y,
Children = new Drawable[]
Children = new[]
{
Background = new SpinnerBackground
{