mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove unnecessary base.Update() in PlayerInputManager.
This commit is contained in:
@ -38,8 +38,6 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
||||
if (parentClock == null) return;
|
||||
|
||||
clock.Rate = parentClock.Rate;
|
||||
|
Reference in New Issue
Block a user