mirror of https://github.com/ppy/osu
Hide game cursor so it is not included in stream
This commit is contained in:
parent
6f25548737
commit
85fe4db2ec
|
@ -80,6 +80,8 @@ protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
Add(new TournamentSceneManager());
|
Add(new TournamentSceneManager());
|
||||||
|
|
||||||
|
MenuCursorContainer.Cursor.Alpha = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual void SaveChanges()
|
protected virtual void SaveChanges()
|
||||||
|
|
Loading…
Reference in New Issue