Browse Source

Quaternion: Clean up

Mugen87 7 years ago
parent
commit
d933509e76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Quaternion.js

+ 1 - 1
src/math/Quaternion.js

@@ -400,7 +400,7 @@ Object.assign( Quaternion.prototype, {
 
 	},
 
-	transformTo: function	( q, step ) {
+	transformTo: function ( q, step ) {
 
 		var angle = this.angleTo( q );