Explorar el Código

Examples: Clean up

Mugen87 hace 6 años
padre
commit
e3660e189b
Se han modificado 1 ficheros con 1 adiciones y 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.' );
 
 			}