mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00:00
move base.loadcomplete to the bottom
This commit is contained in:
parent
e57a229474
commit
af05ee67cb
@ -114,11 +114,12 @@ namespace osu.Game.Tournament
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
MenuCursorContainer.Cursor.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;
|
||||
|
||||
base.LoadComplete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user