Browse Source

add variable decls

yup
centerionware 9 years ago
parent
commit
5e44a0e7db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/modifiers/SubdivisionModifier.js

+ 1 - 1
examples/js/modifiers/SubdivisionModifier.js

@@ -325,7 +325,7 @@ THREE.SubdivisionModifier.prototype.modify = function ( geometry ) {
 		newVertices = newSourceVertices.concat( newEdgeVertices );
 		var sl = newSourceVertices.length, edge1, edge2, edge3;
 		newFaces = [];
-
+                var uv, x0, x1, x2;
 		var x3 = new THREE.Vector2(0, 0);
 		var x4 = new THREE.Vector2(0, 0);
 		var x5 = new THREE.Vector2(0, 0);