josephg / Chipmunk-js

Port of slembcke/Chipmunk-Physics to Javascript
http://dl.dropbox.com/u/2494815/demo/Joints.html
536 stars 59 forks source link

RotaryLimitJoint.prototype.getImpulse is missing the 'joint' argument #38

Open haynesgt opened 6 years ago

haynesgt commented 6 years ago

In https://github.com/slembcke/Chipmunk2D/blob/dbc983e3f3f2f7269aca8d21ba64085c00130172/src/cpRotaryLimitJoint.c getImpulse takes a 'joint' argument.

This is missing, here: https://github.com/josephg/Chipmunk-js/blob/master/cp.js#L5913