b2dJson icon indicating copy to clipboard operation
b2dJson copied to clipboard

Fix reference to GetVertexCount() which is no longer available in Box2D

Open adamyaxley opened this issue 6 years ago • 0 comments

This was easily fixed by replacing the call to GetVertexCount() with a call to m_vertices.Length() instead.

adamyaxley avatar Jan 27 '19 01:01 adamyaxley