1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 05:29:54 +08:00

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
Unverified
parent 4d27101aca
commit ff85ccca6d
4 changed files with 21 additions and 5 deletions
-1
View File
@@ -144,7 +144,6 @@ namespace osu.Game.Screens.Menu
private void onExit()
{
State = MenuState.Exit;
OnExit?.Invoke();
}