Explorar o código

Fix typo in rshapes.c (#4421)

Franz hai 9 meses
pai
achega
6f4407cb15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         prevNormal = normal;
     }
     }
 
 
-#else   // !SUPPORT_SPLINE_MITTERS
+#else   // !SUPPORT_SPLINE_MITERS
 
 
     Vector2 delta = { 0 };
     Vector2 delta = { 0 };
     float length = 0.0f;
     float length = 0.0f;