Browse Source

Linting update

Garrett Johnson 7 năm trước cách đây
mục cha
commit
516cf70e44
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.