Search found 1 match

by edbucks
Fri Jun 17, 2016 2:57 pm
Forum: Libraries and Tools
Topic: Debug draw for box2d physics World
Replies: 30
Views: 24323

Re: Debug draw for box2d physics World

Thank you so much for this script. For the latest version I changed

Code: Select all

love.graphics.point
to

Code: Select all

love.graphics.points
and all was well.