Merge branch 'refs/heads/master' into more-sound-effects

This commit is contained in:
Dean Herbert
2016-12-06 00:08:45 +09:00
5 changed files with 33 additions and 14 deletions

View File

@ -155,7 +155,6 @@ namespace osu.Game.Screens.Menu
private void onExit()
{
State = MenuState.Exit;
OnExit?.Invoke();
}