Update in line with screen changes

This commit is contained in:
Dean Herbert
2019-02-17 18:20:03 +09:00
parent f0743ebecf
commit fcab21908b
3 changed files with 10 additions and 11 deletions

View File

@ -2,6 +2,7 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;
using osu.Framework.Screens;
using osu.Game.Graphics.Cursor;
using osu.Game.Tournament.Screens;
@ -16,7 +17,7 @@ namespace osu.Game.Tournament
Add(new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.Both,
Child = new TournamentSceneManager()
Child = new ScreenStack(new TournamentSceneManager()) { RelativeSizeAxes = Axes.Both }
});
MenuCursorContainer.Cursor.Alpha = 0;