提交 9f5f3b51 编写于 作者: M Mr.doob

VRControls: Clean up.

上级 ae85f5d1
......@@ -37,7 +37,7 @@ THREE.VRControls = function ( object, onError ) {
if ( navigator.getVRDisplays ) {
navigator.getVRDisplays().then( gotVRDisplays ).catch ( function () {
navigator.getVRDisplays().then( gotVRDisplays ).catch( function () {
console.warn( 'THREE.VRControls: Unable to get VR Displays' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册