Guillaume DEVOILLE
há 4 anos
committed by
GitHub
ascendente
cometimento
52f1c7df6d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
2 adições e
0 eliminações
-
src/external/tinyobj_loader_c.h
|
|
@ -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); |
|
|
|