Skip to content

Commit b49c079

Browse files
authored
Fix typo in rshapes.c (#4772)
1 parent 2b59e74 commit b49c079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rshapes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ bool CheckCollisionPointLine(Vector2 point, Vector2 p1, Vector2 p2, int threshol
23562356
return collision;
23572357
}
23582358

2359-
// Check if circle collides with a line created betweeen two points [p1] and [p2]
2359+
// Check if circle collides with a line created between two points [p1] and [p2]
23602360
RLAPI bool CheckCollisionCircleLine(Vector2 center, float radius, Vector2 p1, Vector2 p2)
23612361
{
23622362
float dx = p1.x - p2.x;

0 commit comments

Comments
 (0)