parse extras on the root object

This commit is contained in:
mynz
2018-06-28 23:06:00 +09:00
parent 23a3688f7c
commit 8616225618

View File

@@ -3334,6 +3334,9 @@ bool TinyGLTF::LoadFromString(Model *model, std::string *err, const char *str,
}
}
// 19. Parse Extras
ParseExtrasProperty(&model->extras, v);
return true;
}