Search found 1 match
- Mon Feb 24, 2014 10:10 am
- Forum: Support and Development
- Topic: b2_linearslop problem
- Replies: 1
- Views: 1015
b2_linearslop problem
Hey guys, I've come unstuck with regards to a problem with love's box2d physics module. It is complaining about an assert that the distance squared between any two vertices is greater than b2_linearslop * b2_linearslop. Now I have checked the source code for box2d and the box2d classes within lua an...