mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Corrected SIGSEV bug
This commit is contained in:
@ -1811,7 +1811,7 @@ static Material LoadMTL(const char *fileName)
|
||||
|
||||
char buffer[MAX_BUFFER_SIZE];
|
||||
Vector3 color = { 1.0f, 1.0f, 1.0f };
|
||||
char *mapFileName = NULL;
|
||||
char mapFileName[128];
|
||||
|
||||
FILE *mtlFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user