未验证 提交 c9b9c517 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #17008 from cabanier/dev

Fix breakage on Chrome 73
......@@ -74,7 +74,7 @@ if ( /(Helio)/g.test( navigator.userAgent ) && "xr" in navigator ) {
// WebXRManager - xrFrame.getPose() Polyfill - line 259
const tempGetPose = frame.getPose.bind( frame );
const tempGetPose = (isHelio96 ? null : frame.getPose.bind( frame ));
frame.getPose = function ( targetRaySpace, referenceSpace ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册