This commit is contained in:
nwabear
2019-10-25 14:57:49 -05:00
parent 2b7115f5fb
commit b0e21c2749
2 changed files with 12 additions and 0 deletions

View File

@ -443,6 +443,11 @@ namespace osu.Game.Screens.Play
{
if (!canPause) return;
if (IsResuming)
{
DrawableRuleset.CancelResume();
}
IsResuming = false;
GameplayClockContainer.Stop();
PauseOverlay.Show();