Browse Source

no need to pass removed argument

Andrei Kashcha 10 years ago
parent
commit
e3b5fdc13a
1 changed files with 1 additions and 1 deletions
  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 ] ) {