1
1
This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/extern/tinygltf/patches/TinyGLTF.diff
2021-10-13 20:56:27 +09:00

13 lines
896 B
Diff

diff --git a/c:/tmp/tiny_gltf_original.h b/c:/tmp/tiny_gltf_modif.h
index 185bb0daa98..099e0c76d92 100644
--- a/c:/tmp/tiny_gltf_original.h
+++ b/c:/tmp/tiny_gltf_modif.h
@@ -3201,6 +3201,7 @@ static bool ParseJsonAsValue(Value *ret, const json &o) {
val = Value(o.get<double>());
break;
case json::value_t::null:
+ case json::value_t::binary:
case json::value_t::discarded:
// default:
break;