Explorar o código

Euler: Add missing semicolon (#8668)

Michael Herzog %!s(int64=9) %!d(string=hai) anos
pai
achega
d7e1963088
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
 
 		}