13
0

Fix JumpAndRun
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-11-14 18:37:31 +01:00
Ursprung 261fdad3b0
Commit 6f5d739012

Datei anzeigen

@ -69,6 +69,9 @@ public class JumpAndRun extends BasicListener {
return;
}
Vector point = points.get(index);
if (location.getY() < point.getY()) {
return;
}
if (location.toVector().distanceSquared(point) >= 12.25) {
return;
}