1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 07:43:00 +08:00

That's a lot of white spaces

This commit is contained in:
Dean Herbert 2017-04-18 17:26:59 +09:00 committed by GitHub
parent ce4e661148
commit 4895a482b4

View File

@ -52,7 +52,7 @@ namespace osu.Game.Rulesets.Taiko.UI
int currentBeat = 0;
double time = timingPoints[currentTimingPoint].Time;
while (time <= lastHitTime)
{
{
int nextTimingPoint = currentTimingPoint + 1;
if (nextTimingPoint < timingPoints.Count && time > timingPoints[nextTimingPoint].Time)
{