mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Also display negative beats
This commit is contained in:
parent
d533ac0e98
commit
8c40b80813
@ -1 +1 @@
|
||||
Subproject commit 8dc785a0aecfb6df53496eff5bd9f961ff8deee6
|
||||
Subproject commit 1242968326461ec1d7e1fb6877b12658d7e1644c
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user