demo fix for breaking api changes in tinyobj v1.3

This commit is contained in:
HBurd 2019-05-21 07:47:38 -07:00
parent c32ce4ac6b
commit b1f8f1b17f
2 changed files with 665 additions and 227 deletions

View file

@ -48,7 +48,8 @@ static
bool read_tiny_obj(const char* path, tinyObj* o)
{
std::string err;
return LoadObj(&o->attrib, &o->shapes, &o->materials, &err, path, 0, false);
std::string warn;
return LoadObj(&o->attrib, &o->shapes, &o->materials, &warn, &err, path, 0, false);
}

File diff suppressed because it is too large Load diff