Also display negative beats

This commit is contained in:
Thomas Müller
2017-07-09 19:33:23 +03:00
parent d533ac0e98
commit 8c40b80813
2 changed files with 1 additions and 3 deletions

View File

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