mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Add key counter exceptions for paused state
This commit is contained in:
parent
a01361f833
commit
8414fe9d05
@ -223,6 +223,7 @@ namespace osu.Game.Screens.Play
|
||||
hudOverlay.KeyCounter.Visible.BindTo(RulesetContainer.HasReplayLoaded);
|
||||
|
||||
RulesetContainer.IsPaused.BindTo(pauseContainer.IsPaused);
|
||||
RulesetContainer.IsPaused.ValueChanged += paused => hudOverlay.KeyCounter.IsCounting = !paused;
|
||||
|
||||
if (ShowStoryboard)
|
||||
initializeStoryboard(false);
|
||||
|
Loading…
Reference in New Issue
Block a user