Minor cleanups

This commit is contained in:
smoogipoo
2018-01-24 17:48:42 +09:00
parent 7f299b2533
commit 8d11596b2f
3 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@ namespace osu.Game.Screens.Play
pauseContainer.Retries = RestartCount;
hudOverlay.KeyCounter.IsCounting = pauseContainer.IsPaused;
},
OnResume = () => { hudOverlay.KeyCounter.IsCounting = true; },
OnResume = () => hudOverlay.KeyCounter.IsCounting = true,
Children = new Drawable[]
{
new Container