From 2a4920000853a78f6ae79747c92019f456977d45 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Fri, 3 Mar 2017 18:02:02 +0900 Subject: [PATCH] Nothing to see here. --- osu.Game/Screens/Tournament/ScrollingTeamContainer.cs | 2 -- 1 file changed, 2 deletions(-) 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;