Skip to content

Commit

Permalink
Merge pull request videojs#19 from kevleyski/main
Browse files Browse the repository at this point in the history
part revert to allow webvr to still work when there is no webxr plug-in
  • Loading branch information
kevleyski authored Jan 27, 2023
2 parents 55d53dc + 8adb558 commit 3264b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ void main() {
this.renderer.xr.setSession(this.currentSession);
};
});
} else {

this.initVRPolyfill(displays);
}
}
Expand Down

0 comments on commit 3264b5e

Please sign in to comment.