parse extras on the root object

This commit is contained in:
mynz 2018-06-28 23:06:00 +09:00
parent 0f282f7e26
commit c0d4d1c50c

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;
}