diff --git a/osu.Game/Screens/Play/PlayerInputManager.cs b/osu.Game/Screens/Play/PlayerInputManager.cs index 6604dbfc7e..3ac28898a6 100644 --- a/osu.Game/Screens/Play/PlayerInputManager.cs +++ b/osu.Game/Screens/Play/PlayerInputManager.cs @@ -38,8 +38,6 @@ namespace osu.Game.Screens.Play protected override void Update() { - base.Update(); - if (parentClock == null) return; clock.Rate = parentClock.Rate;