mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-03-17 07:40:25 -04:00
Fix lint
This commit is contained in:
parent
ebf0fa0766
commit
953835536e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const TWEEN = require('@tweenjs/tween.js')
|
|||
async function initVR (bot, renderer, viewer) {
|
||||
if (!('xr' in navigator)) return
|
||||
|
||||
const supported = await navigator.xr.isSessionSupported( 'immersive-vr' )
|
||||
const supported = await navigator.xr.isSessionSupported('immersive-vr')
|
||||
if (!supported) return
|
||||
|
||||
// VR
|
||||
|
|
Loading…
Reference in a new issue