mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename MenuCursorContainer
and clean up code
This commit is contained in:
@ -70,10 +70,10 @@ namespace osu.Game.Tournament
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
MenuCursorContainer.Cursor.AlwaysPresent = true; // required for tooltip display
|
||||
GlobalCursorDisplay.MenuCursor.AlwaysPresent = true; // required for tooltip display
|
||||
|
||||
// we don't want to show the menu cursor as it would appear on stream output.
|
||||
MenuCursorContainer.Cursor.Alpha = 0;
|
||||
GlobalCursorDisplay.MenuCursor.Alpha = 0;
|
||||
|
||||
base.LoadComplete();
|
||||
|
||||
|
Reference in New Issue
Block a user