b2dJson
b2dJson copied to clipboard
Fix reference to GetVertexCount() which is no longer available in Box2D
This was easily fixed by replacing the call to GetVertexCount() with a call to m_vertices.Length() instead.