Move the actual outro sequence into Intro rather than MainMenu.

This commit is contained in:
Dean Herbert
2016-12-05 19:34:52 +09:00
parent 4d27101aca
commit ff85ccca6d
4 changed files with 21 additions and 5 deletions

View File

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