mirror of
https://github.com/ppy/osu
synced 2025-02-18 03:16:57 +00:00
Fix CI issues.
This commit is contained in:
parent
a8d15e616b
commit
8c991eae01
@ -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");
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user