diff --git a/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs b/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs index d88d2ccbc5..66643c5743 100644 --- a/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs +++ b/osu.Game/Screens/Tournament/ScrollingTeamContainer.cs @@ -225,8 +225,6 @@ namespace osu.Game.Screens.Tournament protected override void UpdateAfterChildren() { - base.Update(); - timeOffset -= (float)(Time.Current - lastTime) / 1000 * speed; lastTime = Time.Current;