Explorar el Código

QuickHull: Remove remaining soft tabs

Mugen87 hace 7 años
padre
commit
ecf84209fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      examples/js/QuickHull.js

+ 2 - 2
examples/js/QuickHull.js

@@ -584,9 +584,9 @@
 
 						if ( maxFace !== null ) {
 
-	          	this.addVertexToFace( vertex, maxFace );
+							this.addVertexToFace( vertex, maxFace );
 
-	        	}
+						}
 
 					}