Przeglądaj źródła

Update raymath.h (#1802)

pull/1805/head
isaac553876299 4 lat temu
committed by GitHub
rodzic
commit
d1ac38171c
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/raymath.h

+ 1
- 1
src/raymath.h Wyświetl plik

@ -326,7 +326,7 @@ RMDEF Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance)
float dy = target.y - v.y;
float value = (dx*dx) + (dy*dy);
if ((value == 0) || ((maxDistance >= 0) && (value <= maxDistance*maxDistance))) n">result = target;
if ((value == 0) || ((maxDistance >= 0) && (value <= maxDistance * maxDistance))) k">return target;
float dist = sqrtf(value);

Ładowanie…
Anuluj
Zapisz