Fix player not exiting immediately on Alt-F4

This commit is contained in:
Dean Herbert
2020-06-23 17:38:30 +09:00
parent 4e025d994c
commit a6c6e391ca
2 changed files with 1 additions and 9 deletions

View File

@ -656,12 +656,6 @@ namespace osu.Game.Screens.Play
return true;
}
if (canPause)
{
Pause();
return true;
}
// GameplayClockContainer performs seeks / start / stop operations on the beatmap's track.
// as we are no longer the current screen, we cannot guarantee the track is still usable.
GameplayClockContainer?.StopUsingBeatmapClock();