1
0

Update vr180-player.js and index.html to use HTML text for enterVrBtn and fix exit VR label

This commit is contained in:
Michael Verdi
2025-06-18 17:05:35 -05:00
parent 299c17efe0
commit 8539a54f40
2 changed files with 2 additions and 3 deletions

View File

@@ -971,7 +971,6 @@ function onVRSessionEnd(event) {
enterVrBtn.textContent = enterVrBtn.dataset.enterVrText;
}
onWindowResize();
}