mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Update in line with screen changes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user