Takahiro пре 7 година
родитељ
комит
eaa980cf6d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/loaders/GLTFLoader.js

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -1279,7 +1279,7 @@ THREE.GLTFLoader = ( function () {
 
 		}
 
-		return isObjectEqual( a.attributes || {}, b.attributes || {} );
+		return isObjectEqual( a.attributes, b.attributes );
 
 	}