Browse Source

Updated builds.

Mr.doob 11 years ago
parent
commit
2b953ca1f5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build/three.js

+ 0 - 1
build/three.js

@@ -9713,7 +9713,6 @@ THREE.Geometry.prototype = {
 
 		var normalMatrix,
 		vertexOffset = this.vertices.length,
-		uvPosition = this.faceVertexUvs[ 0 ].length,
 		vertices1 = this.vertices,
 		vertices2 = geometry.vertices,
 		faces1 = this.faces,