Skip to content

Commit

Permalink
Fix typo in rshapes.c (raysan5#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
franztt authored and psxdev committed Nov 18, 2024
1 parent bc507e8 commit 5e11c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rshapes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,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;
Expand Down

0 comments on commit 5e11c86

Please sign in to comment.