Skip to content

Commit

Permalink
no debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zliebowitz committed Feb 1, 2013
1 parent 051a0b4 commit 1626d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ gamepad_controller.prototype.poll = function()
down = controller.axes[gamepad_axes.LEFT_ANALOGUE_VERT] > threshold;
left = controller.axes[gamepad_axes.LEFT_ANALOGUE_HOR] < -threshold;
right = controller.axes[gamepad_axes.LEFT_ANALOGUE_HOR] > threshold;
console.log(controller.axes)
}

var jump = pressed(b.jump)
Expand Down

0 comments on commit 1626d5f

Please sign in to comment.