Explorar el Código

Review for issue #1446

pull/1448/head
Ray hace 5 años
padre
commit
0481053dad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/models.c

+ 2
- 1
src/models.c Ver fichero

@ -3099,7 +3099,8 @@ static Model LoadOBJ(const char *fileName)
tinyobj_shapes_free(meshes, meshCount); tinyobj_shapes_free(meshes, meshCount);
tinyobj_materials_free(materials, materialCount); tinyobj_materials_free(materials, materialCount);
//RL_FREE(fileData);
RL_FREE(fileData);
RL_FREE(matFaces);
RL_FREE(vCount); RL_FREE(vCount);
RL_FREE(vtCount); RL_FREE(vtCount);

Cargando…
Cancelar
Guardar