1
0
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:
Dean Herbert 2017-01-24 17:12:31 +09:00
parent 4aa2834082
commit c07001b566

View File

@ -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;