1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Better group cancel conditional

This commit is contained in:
Dean Herbert 2019-11-01 14:43:52 +09:00
parent d089e47a56
commit dcc8f6e827

View File

@ -446,9 +446,9 @@ namespace osu.Game.Screens.Play
if (IsResuming)
{
DrawableRuleset.CancelResume();
IsResuming = false;
}
IsResuming = false;
GameplayClockContainer.Stop();
PauseOverlay.Show();
lastPauseActionTime = GameplayClockContainer.GameplayClock.CurrentTime;