mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Add missing TestManualClock.Reset
implementation for safe measure
This commit is contained in:
parent
0200b63fd3
commit
59d6e67512
@ -188,6 +188,8 @@ namespace osu.Game.Tests.OnlinePlay
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
IsRunning = false;
|
||||
CurrentTime = 0;
|
||||
}
|
||||
|
||||
public void ResetSpeedAdjustments()
|
||||
|
Loading…
Reference in New Issue
Block a user