Explorar o código

Correct grammar in error message

paulmasson %!s(int64=10) %!d(string=hai) anos
pai
achega
8f187d60fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/math/Vector3.js

+ 1 - 1
src/math/Vector3.js

@@ -244,7 +244,7 @@ THREE.Vector3.prototype = {
 
 			if ( euler instanceof THREE.Euler === false ) {
 
-				console.error( 'THREE.Vector3: .applyEuler() now expects a Euler rotation rather than a Vector3 and order.' );
+				console.error( 'THREE.Vector3: .applyEuler() now expects an Euler rotation rather than a Vector3 and order.' );
 
 			}