diff --git a/Assets/VRM10/Runtime/Migration/RotateY180.cs b/Assets/VRM10/Runtime/Migration/RotateY180.cs index 7ab2ff03f..31dcca7d2 100644 --- a/Assets/VRM10/Runtime/Migration/RotateY180.cs +++ b/Assets/VRM10/Runtime/Migration/RotateY180.cs @@ -80,7 +80,7 @@ namespace UniVRM10 foreach (var skin in gltf.skins) { - if (!used.Add(skin.inverseBindMatrices)) + if (used.Add(skin.inverseBindMatrices)) { var accessor = gltf.accessors[skin.inverseBindMatrices]; var buffer = gltf.GetViewBytes(accessor.bufferView);