Browse Source

Examples: Clean up

Mugen87 6 years ago
parent
commit
e3660e189b
1 changed files with 1 additions and 1 deletions
  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 ) {
 			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.' );
 
 
 			}
 			}