From 011d2cc7cc2c8d68c6fd39aac6c35bd3807f0495 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 23 Feb 2017 16:44:59 +0900 Subject: [PATCH] oops --- osu.Desktop.VisualTests/Tests/TestCasePlayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs b/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs index 8ad1ca5143..2c4729b05a 100644 --- a/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs +++ b/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs @@ -38,7 +38,7 @@ namespace osu.Desktop.VisualTests.Tests { base.Reset(); - //if (beatmap?.Track == null) + if (beatmap?.Track == null) { var objects = new List();