Skip to content

Commit 78a51f5

Browse files
committed
Updated jsm
1 parent 7e0aafa commit 78a51f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/vr/WebVR.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ var WEBVR = {
171171

172172
}
173173

174-
if ( 'xr' in navigator && 'isSessionSupported' in navigator.xr ) {
174+
if ( 'xr' in navigator ) {
175175

176176
var button = document.createElement( 'button' );
177177
button.style.display = 'none';

0 commit comments

Comments
 (0)