Explorar o código

Removed unneeded vars in ParametricGeometry.
The compiler was complaining about this.

Mr.doob %!s(int64=13) %!d(string=hai) anos
pai
achega
0339f3c94a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/extras/geometries/ParametricGeometry.js

+ 0 - 1
src/extras/geometries/ParametricGeometry.js

@@ -34,7 +34,6 @@ THREE.ParametricGeometry = function ( slices, stacks, func ) {
 		}
 	}
 
-	var v = 0, next;
 	var a, b, c, d;
 	var uva, uvb, uvc, uvd;