piqnt / planck.js

2D JavaScript Physics Engine
http://piqnt.com/planck.js/
MIT License
4.9k stars 236 forks source link

RayCast example - gather multiple fixtures crash #13

Closed sparecycles closed 7 years ago

sparecycles commented 7 years ago

demo freezes at

stopped at multiple raycast

with console error

console error: reportFixtureCallback is not a function

clearly, the code at https://github.com/shakiba/planck.js/blob/0024d26/example/RayCast.js#L123 should be

    return def;
shakiba commented 7 years ago

Thank you, fixed it!