mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:03:01 +08:00
Nothing to see here.
This commit is contained in:
parent
b2661be0b2
commit
2a49200008
@ -225,8 +225,6 @@ namespace osu.Game.Screens.Tournament
|
|||||||
|
|
||||||
protected override void UpdateAfterChildren()
|
protected override void UpdateAfterChildren()
|
||||||
{
|
{
|
||||||
base.Update();
|
|
||||||
|
|
||||||
timeOffset -= (float)(Time.Current - lastTime) / 1000 * speed;
|
timeOffset -= (float)(Time.Current - lastTime) / 1000 * speed;
|
||||||
lastTime = Time.Current;
|
lastTime = Time.Current;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user