Explorar o código

MathUtils: Clean up.

Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
a8db144196
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/math/MathUtils.js

+ 2 - 2
src/math/MathUtils.js

@@ -57,11 +57,11 @@ function inverseLerp( x, y, value ) {
 
 		return ( value - x ) / ( y - x );
 
-		 } else {
+	} else {
 
 		return 0;
 
-		 }
+	}
 
 }