소스 검색

Fix typo in rshapes.c (#4421)

pull/4424/head
Franz 5 달 전
committed by GitHub
부모
커밋
6f4407cb15
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;

불러오는 중...
취소
저장