Fix TournamentSceneManager test

This commit is contained in:
Dean Herbert
2019-06-14 17:17:47 +09:00
parent 8da448fca7
commit a7fcec8d97
2 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,6 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Screens;
using osu.Game.Graphics;
using osu.Game.Graphics.Cursor;
using osu.Game.Tournament.Screens;
@ -19,7 +18,7 @@ namespace osu.Game.Tournament
Add(new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.Both,
Child = new ScreenStack(new TournamentSceneManager()) { RelativeSizeAxes = Axes.Both }
Child = new TournamentSceneManager()
});
MenuCursorContainer.Cursor.Alpha = 0;