mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-05 05:25:03 +00:00
commit
38b9f04613
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ int read_mtllib(fastObjData* data, void* file)
|
|||
p[3] == 'p' &&
|
||||
is_whitespace(p[4]))
|
||||
{
|
||||
p = read_map(data, p + 4, &mtl.map_d);
|
||||
p = read_map(data, p + 4, &mtl.map_bump);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue