소스 검색

remote ()

zhaoy 7 년 전
부모
커밋
a6d174e9e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/math/Vector3.js

+ 1 - 1
src/math/Vector3.js

@@ -316,7 +316,7 @@ Object.assign( Vector3.prototype, {
 
 		return this.applyMatrix4( camera.matrixWorldInverse ).applyMatrix4( camera.projectionMatrix );
 
-	}(),
+	},
 
 	unproject: function () {