mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
cleanup navmesh and navquery
This commit is contained in:
parent
6e736ed4f1
commit
3075764990
1 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,11 @@ TiledNavmeshGenerator::~TiledNavmeshGenerator()
|
|||
{
|
||||
delete m_mesh;
|
||||
delete m_chunkyMesh;
|
||||
|
||||
delete m_ctx;
|
||||
|
||||
dtFreeNavMesh( m_navMesh );
|
||||
dtFreeNavMeshQuery( m_navQuery );
|
||||
}
|
||||
|
||||
void TiledNavmeshGenerator::saveNavmesh( const std::string& name )
|
||||
|
|
Loading…
Add table
Reference in a new issue