Explorar el Código

Linting update

Garrett Johnson hace 7 años
padre
commit
516cf70e44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/BufferGeometry.js

+ 1 - 1
src/core/BufferGeometry.js

@@ -917,7 +917,7 @@ BufferGeometry.prototype = Object.assign( Object.create( EventDispatcher.prototy
 
 	mergeVertices: function ( tolerance = 1e-4 ) {
 
-        tolerance = Math.max( tolerance, Number.EPSILON );
+		tolerance = Math.max( tolerance, Number.EPSILON );
 
 		// Generate an index buffer if the geometry doesn't have one, or optimize it
 		// if it's already available.