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

Fix Arbiter.totalKE() #5

Closed parasyte closed 12 years ago

parasyte commented 12 years ago

Fixes a 'cannot access property e of undefined' error.

josephg commented 12 years ago

Thanks!