Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Gideros Player dies when b2.PolygonShape is given more than 8 vertices in b2.PolygonShape.set — Gideros Forum

Gideros Player dies when b2.PolygonShape is given more than 8 vertices in b2.PolygonShape.set

ndossndoss Guru
edited November 2011 in Bugs and issues

I know it's illegal for a b2.PolygonShape to have more than 8 vertices, but when I pass in more than 8 vertices, the player dies wit h the following message:
Assertion Failed!
Expression: "3 <= count && count <=8"

Just thought I'd report it.

Comments

Sign In or Register to comment.