Formatting

This commit is contained in:
Corentin PALLARD 2021-01-29 03:03:23 +01:00
parent da4c207a73
commit d168de0ae3
1 changed files with 2 additions and 0 deletions

View File

@ -46,7 +46,9 @@ void moveToNext(PalpableCatchHitObject h)
double timeAvailable = h.StartTime - lastTime;
if (timeAvailable < 0)
{
return;
}
// So we can either make it there without a dash or not.
// If positionChange is 0, we don't need to move, so speedRequired should also be 0 (could be NaN if timeAvailable is 0 too)