Code: Select all
love: modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.cpp:85: b2Vec2 ComputeCentroid(const b2Vec2*, int32): Assertion `area > 1.19209289550781250000e-7F' failed.
And this one leads to a crash: {{258,450},{222,569},{306,723}}
The bodies of both shapes lie at {0, 0} (upper-left corner of the screen)
Does anyone know a possible reason and/or solution for the problem?
Many thanks in advance!