MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / rcFreeHeightField

Function rcFreeHeightField

Source/ThirdParty/recastnavigation/Recast.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void rcFreeHeightField(rcHeightfield* heightfield)
92{
93 rcDelete(heightfield);
94}
95
96rcHeightfield::rcHeightfield()
97: width()

Callers 1

GenerateTileFunction · 0.85

Calls 1

rcDeleteFunction · 0.85

Tested by

no test coverage detected