13 lines
896 B
Diff
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;
|