mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:13:31 +08:00
Fix TestCasePlayer not working on consecutive executions (clock being set where it isn't necessary).
This commit is contained in:
parent
4aa2834082
commit
c07001b566
@ -38,12 +38,8 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
{
|
||||
base.Reset();
|
||||
|
||||
//ensure we are at offset 0
|
||||
Clock = new FramedClock();
|
||||
|
||||
if (beatmap == null)
|
||||
if (beatmap?.Track == null)
|
||||
{
|
||||
|
||||
var objects = new List<HitObject>();
|
||||
|
||||
int time = 1500;
|
||||
|
Loading…
Reference in New Issue
Block a user