Merge branch 'master' into tournament-design-gameplay

This commit is contained in:
Dan Balasescu
2020-03-09 19:33:53 +09:00
committed by GitHub
7 changed files with 110 additions and 262 deletions

View File

@ -64,6 +64,12 @@ namespace osu.Game.Tournament.Components
}
}
public void Reset()
{
if (manualClock != null)
manualClock.CurrentTime = 0;
}
protected override void Update()
{
base.Update();