From 074b290b3f78f8ffc1cce401bff43eaf967191c3 Mon Sep 17 00:00:00 2001 From: wanp Date: Fri, 20 Sep 2024 13:41:55 -0300 Subject: [PATCH] that's not what they're called --- include/twn_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/twn_util.h b/include/twn_util.h index 47bb2fb..c4179de 100644 --- a/include/twn_util.h +++ b/include/twn_util.h @@ -114,7 +114,7 @@ _Alignas(16) TWN_API bool overlap_rect(const t_rect *a, const t_rect *b, t_rect *result); TWN_API bool overlap_frect(const t_frect *a, const t_frect *b, t_frect *result); -/* returns true if two triangles are intersecting */ +/* returns true if two rectangles are intersecting */ TWN_API bool intersect_rect(const t_rect *a, const t_rect *b); TWN_API bool intersect_frect(const t_frect *a, const t_frect *b);