Skip to content

Commit c3a5e48

Browse files
author
Avaer Kazmer
committed
Initialize webxr polyfill in index.js
1 parent b55993d commit c3a5e48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import GlobalContext from './GlobalContext.js';
1313

1414
import './xr-scene.js';
1515

16+
new WebXRPolyfill();
17+
1618
let bootstrapped = false;
1719
const _bootstrap = () => {
1820

0 commit comments

Comments
 (0)