From 3c425dd07f2d2e55fe4588900e93119b7f2cd623 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 8 Jul 2017 18:04:55 +0900 Subject: [PATCH] Fix CI issue --- osu.Desktop.VisualTests/Tests/TestCasePlayer.cs | 1 - osu.Game/Screens/Play/SongProgressGraph.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs b/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs index 69031eba0c..f79451882b 100644 --- a/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs +++ b/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Collections.Generic; -using System.Linq; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beatmaps; diff --git a/osu.Game/Screens/Play/SongProgressGraph.cs b/osu.Game/Screens/Play/SongProgressGraph.cs index 9d39008b65..9251ca33a4 100644 --- a/osu.Game/Screens/Play/SongProgressGraph.cs +++ b/osu.Game/Screens/Play/SongProgressGraph.cs @@ -17,7 +17,7 @@ public IEnumerable Objects set { objects = value; - + const int granularity = 200; Values = new int[granularity];