Browse Source

GLTFLoader: Clean up

Takahiro 7 years ago
parent
commit
eaa980cf6d
1 changed files with 1 additions and 1 deletions
  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 );
 
 
 	}
 	}