Kaynağa Gözat

GLTFLoader: Clean up

Takahiro 7 yıl önce
ebeveyn
işleme
eaa980cf6d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 );
 
 	}