Made requested changes

This commit is contained in:
DrabWeb
2017-01-31 09:17:47 -04:00
parent ecaa88a0d2
commit 91a5d0b3cf
4 changed files with 65 additions and 68 deletions

View File

@ -163,7 +163,7 @@ namespace osu.Game.Screens.Play
lastPauseActionTime = Time.Current;
playerInputManager.PassThrough = true;
scoreOverlay.KeyCounter.IsCounting = false;
pauseOverlay.SetRetries(RestartCount);
pauseOverlay.Retries = RestartCount;
pauseOverlay.Show();
sourceClock.Stop();
isPaused = true;