1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 02:53:00 +08:00

Nothing to see here.

This commit is contained in:
smoogipooo 2017-03-03 18:02:02 +09:00
parent b2661be0b2
commit 2a49200008

View File

@ -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;