Hide game cursor so it is not included in stream

This commit is contained in:
Dean Herbert 2018-11-06 15:08:14 +09:00
parent 6f25548737
commit 85fe4db2ec
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ protected override void LoadComplete()
{
base.LoadComplete();
Add(new TournamentSceneManager());
MenuCursorContainer.Cursor.Alpha = 0;
}
protected virtual void SaveChanges()