Quellcode durchsuchen

Fix typo in rshapes.c (#4421)

Franz vor 10 Monaten
Ursprung
Commit
6f4407cb15
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/rshapes.c

+ 1 - 1
src/rshapes.c

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