1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 23:12:56 +08:00

Add missing TestManualClock.Reset implementation for safe measure

This commit is contained in:
Dean Herbert 2023-09-22 04:10:57 +09:00
parent 0200b63fd3
commit 59d6e67512

View File

@ -188,6 +188,8 @@ namespace osu.Game.Tests.OnlinePlay
public void Reset()
{
IsRunning = false;
CurrentTime = 0;
}
public void ResetSpeedAdjustments()