Fix typo in rshapes.c (#4421)
This commit is contained in:
parent
df38564f62
commit
6f4407cb15
1 changed files with 1 additions and 1 deletions
|
@ -1650,7 +1650,7 @@ void DrawSplineLinear(const Vector2 *points, int pointCount, float thick, Color
|
||||||
prevNormal = normal;
|
prevNormal = normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else // !SUPPORT_SPLINE_MITTERS
|
#else // !SUPPORT_SPLINE_MITERS
|
||||||
|
|
||||||
Vector2 delta = { 0 };
|
Vector2 delta = { 0 };
|
||||||
float length = 0.0f;
|
float length = 0.0f;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue