Recast: update traverse reachability when removing all tiles

Must be updated.
This commit is contained in:
Kawe Mazidjatari 2024-08-28 17:40:47 +02:00
parent 3833b22b08
commit 6dc9434460

View File

@ -874,6 +874,7 @@ void Editor_TileMesh::removeAllTiles()
m_navMesh->removeTile(m_navMesh->getTileRefAt(x,y,0),0,0);
m_traverseLinkPolyMap.clear();
buildStaticPathingData();
}
void Editor_TileMesh::buildAllHulls()