Jelajahi Sumber

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

Mr.doob 14 tahun lalu
induk
melakukan
0339f3c94a
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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;
 

粤ICP备19079148号