Browse Source

Fix typo in rshapes.c (#4421)

pull/4424/head
Franz 1 month ago
committed by GitHub
parent
commit
6f4407cb15
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rshapes.c

+ 1
- 1
src/rshapes.c 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;

Loading…
Cancel
Save