Browse Source

Euler: Add missing semicolon (#8668)

Michael Herzog 9 years ago
parent
commit
d7e1963088
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Euler.js

+ 1 - 1
src/math/Euler.js

@@ -216,7 +216,7 @@ THREE.Euler.prototype = {
 
 		} else {
 
-			console.warn( 'THREE.Euler: .setFromRotationMatrix() given unsupported order: ' + order )
+			console.warn( 'THREE.Euler: .setFromRotationMatrix() given unsupported order: ' + order );
 
 		}