mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-24 03:58:35 +00:00
Merge pull request #15 from missmah/master
Possible fix for child values not being properly deserialized
This commit is contained in:
@@ -1021,6 +1021,7 @@ static void ParseObjectProperty(Value *ret, const picojson::object &o) {
|
||||
} else if (v.is<picojson::object>()) {
|
||||
tinygltf::Value child_value;
|
||||
ParseObjectProperty(&child_value, v.get<picojson::object>());
|
||||
vo[it->first] = child_value;
|
||||
}
|
||||
// TODO(syoyo) binary, array
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user