commit | c0d4d1c50c645f2a5d985e2a6a4c88c103609c39 | [log] [tgz] |
---|---|---|
author | mynz <rollingteapot@gmail.com> | Thu Jun 28 23:06:00 2018 +0900 |
committer | mynz <rollingteapot@gmail.com> | Thu Jun 28 23:06:00 2018 +0900 |
tree | a4ed00450a7a93867097edfdb60f66cd30a8ffc7 | |
parent | 0f282f7e267c16a927238435f818bd44eca838b9 [diff] [blame] |
parse extras on the root object
diff --git a/tiny_gltf.h b/tiny_gltf.h index 0a158df..bb74afa 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h
@@ -3334,6 +3334,9 @@ } } + // 19. Parse Extras + ParseExtrasProperty(&model->extras, v); + return true; }