소스 검색

Examples: Clean up

Mugen87 6 년 전
부모
커밋
e3660e189b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/math/ConvexHull.js

+ 1 - 1
examples/js/math/ConvexHull.js

@@ -48,7 +48,7 @@ THREE.ConvexHull = ( function () {
 
 			if ( points.length < 4 ) {
 
-				console.error( 'THREE.QuickHull: The algorithm needs at least four points.' );
+				console.error( 'THREE.ConvexHull: The algorithm needs at least four points.' );
 
 			}