This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Fix typo in rshapes.c (
#4421
)
pull/4424/head
Franz
1 month ago
committed by
GitHub
parent
df38564f62
commit
6f4407cb15
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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_MIT
T
ERS
#
else
/
/
!SUPPORT_SPLINE_MITERS
Vector2
delta
=
{
0
}
;
float
length
=
0.0f
;
Write
Preview
Loading…
Cancel
Save