Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
void rcFreeHeightField(rcHeightfield* heightfield)
92
{
93
rcDelete(heightfield);
94
}
95
96
rcHeightfield::rcHeightfield()
97
: width()
Callers
1
GenerateTile
Function · 0.85
Calls
1
rcDelete
Function · 0.85
Tested by
no test coverage detected