diff --git a/tiny_gltf.h b/tiny_gltf.h index ba837ed..d439746 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -1129,8 +1129,6 @@ static bool Equals(const tinygltf::Value &one, const tinygltf::Value &other) { return false; } } - - return false; } // Equals function for std::vector using TINYGLTF_DOUBLE_EPSILON @@ -2211,7 +2209,7 @@ static bool ParseStringProperty( } if (ret) { - (*ret) = it.value(); + (*ret) = it.value().get(); } return true;