1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +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) if (IsResuming)
{ {
DrawableRuleset.CancelResume(); DrawableRuleset.CancelResume();
IsResuming = false;
} }
IsResuming = false;
GameplayClockContainer.Stop(); GameplayClockContainer.Stop();
PauseOverlay.Show(); PauseOverlay.Show();
lastPauseActionTime = GameplayClockContainer.GameplayClock.CurrentTime; lastPauseActionTime = GameplayClockContainer.GameplayClock.CurrentTime;