1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

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

@ -1 +1 @@
Subproject commit 8dc785a0aecfb6df53496eff5bd9f961ff8deee6
Subproject commit 1242968326461ec1d7e1fb6877b12658d7e1644c

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