提交 fd9c6308 编写于 作者: M Mr.doob 提交者: GitHub

ViveController: Gamepads has more than 4 items in Edge.

上级 8abea6fc
......@@ -23,7 +23,7 @@ THREE.ViveController = function ( id ) {
var gamepads = navigator.getGamepads && navigator.getGamepads();
for ( var i = 0, j = 0; i < 4; i ++ ) {
for ( var i = 0, j = 0; i < gamepads.length; i ++ ) {
var gamepad = gamepads[ i ];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册