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

Formatting

This commit is contained in:
Corentin PALLARD 2021-01-29 03:03:23 +01:00
parent da4c207a73
commit d168de0ae3

View File

@ -46,7 +46,9 @@ namespace osu.Game.Rulesets.Catch.Replays
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)