Fix typo in rshapes.c
This commit is contained in:
parent
7a4a84a561
commit
6548c57c86
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user