Browse Source

remote ()

zhaoy 7 năm trước cách đây
mục cha
commit
a6d174e9e6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 () {