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
Corrected SIGSEV bug
pull/192/head
Ray
9 years ago
parent
773b0b6bc0
commit
4245237892
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/models.c
+ 1
- 1
src/models.c
View File
@ -1811,7 +1811,7 @@ static Material LoadMTL(const char *fileName)
char
buffer
[
MAX_BUFFER_SIZE
]
;
Vector3
color
=
{
1.0f
,
1.0f
,
1.0f
}
;
char
o">*
mapFileName
=
NULL
;
char
n">mapFileName
[
128
]
;
FILE
*
mtlFile
;
Write
Preview
Loading…
Cancel
Save