vrld / HC

General purpose collision detection library for the use with LÖVE.
http://hc.readthedocs.org/
402 stars 48 forks source link

Error in Tutorial #6

Closed mkosler closed 12 years ago

mkosler commented 12 years ago

In the "Rebound" section of the tutorial, for ball.velocity.y, it currently says ball.velocity.y = bx - py. It needs to say ball.velocity.y = by - py.

vrld commented 12 years ago

Fixed. Thanks for reporting!