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

Method ~rcHeightfieldLayerSet

Source/ThirdParty/recastnavigation/Recast.cpp:176–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176rcHeightfieldLayerSet::~rcHeightfieldLayerSet()
177{
178 for (int i = 0; i < nlayers; ++i)
179 {
180 rcFree(layers[i].heights);
181 rcFree(layers[i].areas);
182 rcFree(layers[i].cons);
183 }
184 rcFree(layers);
185}
186
187
188rcContourSet* rcAllocContourSet()

Callers

nothing calls this directly

Calls 1

rcFreeFunction · 0.85

Tested by

no test coverage detected