mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Hide in-game cursor manually in the testbrowser
This commit is contained in:
parent
af05ee67cb
commit
c9b4fa92f5
@ -19,6 +19,9 @@ namespace osu.Game.Tournament.Tests
|
||||
Depth = 10
|
||||
}, AddInternal);
|
||||
|
||||
MenuCursorContainer.Cursor.AlwaysPresent = true;
|
||||
MenuCursorContainer.Cursor.Alpha = 0;
|
||||
|
||||
// Have to construct this here, rather than in the constructor, because
|
||||
// we depend on some dependencies to be loaded within OsuGameBase.load().
|
||||
Add(new TestBrowser());
|
||||
|
Loading…
Reference in New Issue
Block a user