From 6548c57c86efcd2868947a8bee13c5e405a4baaa Mon Sep 17 00:00:00 2001 From: Franz Date: Wed, 23 Oct 2024 01:19:24 +0200 Subject: [PATCH] Fix typo in rshapes.c --- src/rshapes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rshapes.c b/src/rshapes.c index e9b5ca87b..1479a6f37 100644 --- a/src/rshapes.c +++ b/src/rshapes.c @@ -1650,7 +1650,7 @@ void DrawSplineLinear(const Vector2 *points, int pointCount, float thick, Color prevNormal = normal; } -#else // !SUPPORT_SPLINE_MITTERS +#else // !SUPPORT_SPLINE_MITERS Vector2 delta = { 0 }; float length = 0.0f;