From 8c40b808132bf0efed87065496d8ac8602bc0d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sun, 9 Jul 2017 19:33:23 +0300 Subject: [PATCH] Also display negative beats --- osu-framework | 2 +- osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/osu-framework b/osu-framework index 8dc785a0ae..1242968326 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 8dc785a0aecfb6df53496eff5bd9f961ff8deee6 +Subproject commit 1242968326461ec1d7e1fb6877b12658d7e1644c diff --git a/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs b/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs index 88ed37ddb0..29eadfe26e 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs @@ -157,8 +157,6 @@ namespace osu.Desktop.VisualTests.Tests { base.OnNewBeat(beatIndex, timingPoint, effectPoint, amplitudes); - if (beatIndex < 0) return; - timingPointCount.Value = timingPoints.Count; currentTimingPoint.Value = timingPoints.IndexOf(timingPoint) + 1; beatCount.Value = calculateBeatCount(timingPoint);