This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
In the vr samples, handle rejection of getVRDisplays for the case when the API is available but WebVR is not supported
samirah
7 years ago
parent
d98677f159
commit
b37222e8b6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
examples/js/vr/WebVR.js
+ 1
- 1
examples/js/vr/WebVR.js
View File
@@ -191,7 +191,7 @@ var WEBVR = {
}
- } );
+ } )
.catch( showVRNotFound )
;
return button;