Sfoglia il codice sorgente

Fix typo in rshapes.c (#4421)

pull/4424/head
Franz 5 mesi fa
committed by GitHub
parent
commit
6f4407cb15
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rshapes.c

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

Caricamento…
Annulla
Salva