Don't create new shape by usemtl. Fixes #68.

This commit is contained in:
Syoyo Fujita
2016-03-12 02:14:52 +09:00
parent 31611161df
commit bc42bc47ad
2 changed files with 12 additions and 12 deletions

View File

@@ -139,6 +139,7 @@ TestLoadObj(
}
if (!ret) {
printf("Failed to load/parse .obj.\n");
return false;
}