diff --git a/tiny_gltf.h b/tiny_gltf.h index efd1e1e..3c494d1 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -1725,7 +1725,7 @@ static bool ParseAccessor(Accessor *accessor, std::string *err, accessor->count = static_cast(count); accessor->bufferView = static_cast(bufferView); accessor->byteOffset = static_cast(byteOffset); - + accessor->normalized = normalized; { int comp = static_cast(componentType); if (comp >= TINYGLTF_COMPONENT_TYPE_BYTE &&