mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix TournamentSceneManager test
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user