mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Minor cleanups
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user