VelocityTracker: fix infinite loop typo

This commit is contained in:
Mis012
2025-02-27 21:55:17 +01:00
parent b35ecc7918
commit 8afb1a0fe2

View File

@@ -41,7 +41,7 @@ public class VelocityTracker {
}
public float getYVelocity() {
return getYVelocity();
return getYVelocity(-1);
}
public float getYVelocity(int id) {