Fix CI issues.

This commit is contained in:
Huo Yaoyuan 2017-03-14 22:27:24 +08:00
parent a8d15e616b
commit 8c991eae01
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Screens.Edit
{
internal class Editor : ScreenWhiteBox
{
protected override IEnumerable<Type> PossibleChildren => new Type[] { typeof(EditSongSelect) };
protected override IEnumerable<Type> PossibleChildren => new[] { typeof(EditSongSelect) };
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");

View File

@ -10,7 +10,6 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Transforms;
using osu.Framework.Input;
using osu.Game.Graphics.UserInterface;
using osu.Game.Screens.Menu;