Skip to content

Commit 2722111

Browse files
author
Avaer Kazmer
committed
Hack: bugfix helio polyfill
1 parent c41d4fe commit 2722111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HelioWebXRPolyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if ( /(Helio)/g.test( navigator.userAgent ) && "xr" in navigator ) {
131131

132132
// WebXRManager - xrSession.getInputSources() Polyfill Line 132 - 136
133133

134-
session.inputSources = Object.defineProperty(
134+
/* session.inputSources = */Object.defineProperty(
135135
session,
136136
"inputSources",
137137
{

0 commit comments

Comments
 (0)