Skip to content

Commit

Permalink
Bugfix firefox entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaer Kazmer committed Jan 3, 2020
1 parent 8c095cd commit deee745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ <h3>Multiplayer</h3>
let result;
if (navigator.xr) {
try {
await navigator.xr.supportsSession('immersive-vr');
await navigator.xr.isSessionSupported('immersive-vr');
result = true;
} catch (err) {
console.warn(err);
Expand Down

0 comments on commit deee745

Please sign in to comment.