Kaynağa Gözat

no need to pass removed argument

Andrei Kashcha 10 yıl önce
ebeveyn
işleme
e3b5fdc13a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      examples/js/utils/GeometryUtils.js

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

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