Files
test/extern/tinygltf/patches/TinyGLTF.diff

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
896 B
Diff
Raw Normal View History

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