Преглед изворни кода

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 ] ) {