Selaa lähdekoodia

Geometry: Removed unused variable assignation. Fixes #4652.

Mr.doob 11 vuotta sitten
vanhempi
commit
2c058ac3ce
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      src/core/Geometry.js

+ 0 - 2
src/core/Geometry.js

@@ -250,8 +250,6 @@ THREE.Geometry.prototype = {
 
 				for ( f = 0, fl = this.faces.length; f < fl; f ++ ) {
 
-					face = this.faces[ f ];
-
 					faceNormal = new THREE.Vector3();
 					vertexNormals = { a: new THREE.Vector3(), b: new THREE.Vector3(), c: new THREE.Vector3() };