Use name ToggleVisibility.

This commit is contained in:
Huo Yaoyuan
2016-10-14 05:02:13 +08:00
parent 1c97edaac2
commit 254cc87578
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.GameModes.Menu
OnMulti = delegate { Push(new Lobby()); },
OnTest = delegate { Push(new TestBrowser()); },
OnExit = delegate { Scheduler.AddDelayed(Exit, ButtonSystem.EXIT_DELAY); },
OnSettings = osu.Options.ReverseVisibility,
OnSettings = osu.Options.ToggleVisibility,
}
}
}