Fix typo in rshapes.c (#4421)

This commit is contained in:
Franz 2024-10-23 17:04:15 +02:00 committed by GitHub
parent df38564f62
commit 6f4407cb15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;