瀏覽代碼

Merge pull request #7657 from paulmasson/dev

Correct grammar in error message
Mr.doob 9 年之前
父節點
當前提交
48dfc2d527
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.' );
 
 			}