From f29375f59b726061c01909c5a4c06d87e72c544f Mon Sep 17 00:00:00 2001 From: Selmar Kok Date: Tue, 29 Oct 2019 16:25:37 +0100 Subject: [PATCH] revert some local modifications, oops.... >_> --- tiny_gltf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tiny_gltf.h b/tiny_gltf.h index c38b967..d09d83b 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -4214,7 +4214,6 @@ static bool ParseMaterial(Material *material, std::string *err, const json &o) { } } - /* ASOBO_MOD:: do not read these values, because they are not serialized and will make Material::operator==() return false after serialize/parse/compare // Old code path. For backward compatibility, we still store material values // as Parameter. This will create duplicated information for // example(pbrMetallicRoughness), but should be neglible in terms of memory @@ -4256,7 +4255,6 @@ static bool ParseMaterial(Material *material, std::string *err, const json &o) { } } } - */ //::ASOBO_MOD material->extensions.clear(); ParseExtensionsProperty(&material->extensions, err, o);