Explorar o código

Examples: Clean up

Mugen87 %!s(int64=6) %!d(string=hai) anos
pai
achega
e3660e189b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.' );
 
 			}