mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:43:25 +08:00
Formatting
This commit is contained in:
parent
da4c207a73
commit
d168de0ae3
@ -46,7 +46,9 @@ namespace osu.Game.Rulesets.Catch.Replays
|
|||||||
double timeAvailable = h.StartTime - lastTime;
|
double timeAvailable = h.StartTime - lastTime;
|
||||||
|
|
||||||
if (timeAvailable < 0)
|
if (timeAvailable < 0)
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// So we can either make it there without a dash or not.
|
// 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)
|
// 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
Block a user