Explorar el Código

Corrected SIGSEV bug

pull/192/head
Ray hace 9 años
padre
commit
4245237892
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/models.c

+ 1
- 1
src/models.c Ver fichero

@ -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;

Cargando…
Cancelar
Guardar