You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code has inconsistent formatting, for example you use spacer in for loops or don't
line 93 for (var i=0; i<controller.axes.length; i++) {
line 104 for (var i = 0; i < gamepads.length; i++) {
The text was updated successfully, but these errors were encountered:
Code has inconsistent formatting, for example you use spacer in for loops or don't
line 93
for (var i=0; i<controller.axes.length; i++) {
line 104
for (var i = 0; i < gamepads.length; i++) {
The text was updated successfully, but these errors were encountered: