From f7888de0baf71e6f225b8254de320666a68f4381 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Sat, 26 Jan 2019 15:42:13 +0900 Subject: [PATCH] Fixed test #140 --- Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs b/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs index ba9550f84..d2a0e7dc3 100644 --- a/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs +++ b/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs @@ -615,7 +615,7 @@ namespace UniGLTF Assert.AreEqual(new float[] { 1, 0, 0, 1 }, red.pbrMetallicRoughness.baseColorFactor); var blue = gltf.materials[gltf.meshes[1].primitives[0].material]; - Assert.AreEqual(new float[] { 0, 0, 1, 1 }, red.pbrMetallicRoughness.baseColorFactor); + Assert.AreEqual(new float[] { 0, 0, 1, 1 }, blue.pbrMetallicRoughness.baseColorFactor); } finally {