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
Update rmodels.c
pull/2063/head
Ray
3 years ago
parent
8a5bc933de
commit
9ac5a96408
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rmodels.c
+ 1
- 1
src/rmodels.c
View File
@ -4555,7 +4555,7 @@ static unsigned char *DecodeBase64(char *data, int *outputLength)
{
if
(
data
[
4
*
i
+
3
]
=
=
'
=
'
)
{
if
(
data
[
4
*
i
+
2
]
=
=
'
=
'
)
size
+
=
1
;
if
(
data
[
4
*
i
+
2
]
=
=
'
=
'
)
outLength
+
=
1
;
else
outLength
+
=
2
;
}
else
outLength
+
=
3
;
Write
Preview
Loading…
Cancel
Save