瀏覽代碼

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

Mr.doob 13 年之前
父節點
當前提交
0339f3c94a
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 a, b, c, d;
 	var uva, uvb, uvc, uvd;
 	var uva, uvb, uvc, uvd;