Skip to content

Commit

Permalink
update gamepadtokey.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed May 11, 2017
1 parent ed105e7 commit 09cb80b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/gamepadtokey.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ require(['apphost'], function (appHost) {

function allowInput() {

if (document.hidden) {
return false;
}
//if (document.hidden) {
// return false;
//}

return true;
}
Expand Down

0 comments on commit 09cb80b

Please sign in to comment.