Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-z99 committed Jul 7, 2024
1 parent 6343cb5 commit 6a49d2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rshapes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,6 @@ bool CheckCollisionPointCircle(Vector2 point, Vector2 center, float radius)
return collision;
}


// Check if point is inside a triangle defined by three points (p1, p2, p3)
bool CheckCollisionPointTriangle(Vector2 point, Vector2 p1, Vector2 p2, Vector2 p3)
{
Expand Down

0 comments on commit 6a49d2a

Please sign in to comment.