Update C sources
This commit is contained in:
parent
aabc97d1c2
commit
607adace28
71 changed files with 28187 additions and 15292 deletions
2
raylib/external/tinyobj_loader_c.h
vendored
2
raylib/external/tinyobj_loader_c.h
vendored
|
@ -948,6 +948,8 @@ static int tinyobj_parse_and_index_mtl_file(tinyobj_material_t **materials_out,
|
|||
/* @todo { unknown parameter } */
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
|
||||
if (material.name) {
|
||||
/* Flush last material element */
|
||||
materials = tinyobj_material_add(materials, num_materials, &material);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue