mirror of https://github.com/ppy/osu
Formatting
This commit is contained in:
parent
da4c207a73
commit
d168de0ae3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue