Selaa lähdekoodia

Fix typo in rshapes.c (#4772)

pull/4774/head
vict-Yang 3 kuukautta sitten
committed by GitHub
vanhempi
commit
b49c079b1d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/rshapes.c

+ 1
- 1
src/rshapes.c Näytä tiedosto

@ -2356,7 +2356,7 @@ bool CheckCollisionPointLine(Vector2 point, Vector2 p1, Vector2 p2, int threshol
return collision; return collision;
} }
// Check if circle collides with a line created betweeen two points [p1] and [p2]
// Check if circle collides with a line created between two points [p1] and [p2]
RLAPI bool CheckCollisionCircleLine(Vector2 center, float radius, Vector2 p1, Vector2 p2) RLAPI bool CheckCollisionCircleLine(Vector2 center, float radius, Vector2 p1, Vector2 p2)
{ {
float dx = p1.x - p2.x; float dx = p1.x - p2.x;

Ladataan…
Peruuta
Tallenna