MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~rcContourSet

Method ~rcContourSet

Source/ThirdParty/recastnavigation/Recast.cpp:212–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212rcContourSet::~rcContourSet()
213{
214 for (int i = 0; i < nconts; ++i)
215 {
216 rcFree(conts[i].verts);
217 rcFree(conts[i].rverts);
218 }
219 rcFree(conts);
220}
221
222rcPolyMesh* rcAllocPolyMesh()
223{

Callers

nothing calls this directly

Calls 1

rcFreeFunction · 0.85

Tested by

no test coverage detected