提交 7c6bfb75 编写于 作者: M Mugen87

WebVR: More clean up

上级 f4ff64c7
......@@ -7,13 +7,6 @@
var WEBVR = {
isAvailable: function () {
console.warn( 'WEBVR: isAvailable() is being deprecated. Use .checkAvailability() instead.' );
return navigator.getVRDisplays !== undefined;
},
checkAvailability: function () {
return new Promise( function( resolve, reject ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册