Browse Source

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

Mr.doob 13 năm trước cách đây
mục cha
commit
0339f3c94a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;