Code tweak
This commit is contained in:
parent
1ddf594d15
commit
aee5d9a390
1 changed files with 1 additions and 1 deletions
|
@ -2019,7 +2019,7 @@ static Material LoadMTL(const char *fileName)
|
||||||
|
|
||||||
char buffer[MAX_BUFFER_SIZE];
|
char buffer[MAX_BUFFER_SIZE];
|
||||||
Vector3 color = { 1.0f, 1.0f, 1.0f };
|
Vector3 color = { 1.0f, 1.0f, 1.0f };
|
||||||
char *mapFileName;
|
char *mapFileName = NULL;
|
||||||
|
|
||||||
FILE *mtlFile;
|
FILE *mtlFile;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue