未验证 提交 e384df71 编写于 作者: R Rik Cabanier 提交者: GitHub

Merge pull request #1 from cabanier/gh-pages

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.
先完成此消息的编辑!
想要评论请 注册