mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove unnecessary counting change logic
This commit is contained in:
@ -224,9 +224,6 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
RulesetContainer.IsPaused.BindTo(pauseContainer.IsPaused);
|
||||
|
||||
// schedule to ensure we count any key presses from the current frame (which may affect gameplay).
|
||||
RulesetContainer.IsPaused.ValueChanged += paused => Schedule(() => hudOverlay.KeyCounter.IsCounting = !paused);
|
||||
|
||||
if (ShowStoryboard)
|
||||
initializeStoryboard(false);
|
||||
|
||||
|
Reference in New Issue
Block a user