mirror of
https://github.com/ppy/osu
synced 2025-02-15 01:27:03 +00:00
Fix game not exiting
This commit is contained in:
parent
28f5c950ec
commit
50a384e19c
@ -159,7 +159,6 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
public override void OnResuming(IScreen last)
|
||||
{
|
||||
if (!(last is MainMenu))
|
||||
this.FadeIn(300);
|
||||
|
||||
double fadeOutTime = EXIT_DELAY;
|
||||
|
Loading…
Reference in New Issue
Block a user