浏览代码

no need to pass removed argument

Andrei Kashcha 10 年之前
父节点
当前提交
e3b5fdc13a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/utils/GeometryUtils.js

+ 1 - 1
examples/js/utils/GeometryUtils.js

@@ -166,7 +166,7 @@ THREE.GeometryUtils = {
 
 			index = binarySearchIndices( r );
 
-			result[ i ] = THREE.GeometryUtils.randomPointInFace( faces[ index ], geometry, true );
+			result[ i ] = THREE.GeometryUtils.randomPointInFace( faces[ index ], geometry );
 
 			if ( ! stats[ index ] ) {