love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

Fixed world:rayCast #118

Closed UradaSources closed 1 year ago

UradaSources commented 1 year ago

The function signature of the original text is wrong, and the signature of the parameter callback is used. This is my first pr.