mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 15:39:49 +00:00
Add missing cleanup
This commit is contained in:
parent
ce9aebcba1
commit
c05fc9e054
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ namespace DetourNavigator
|
|||
if (!resetIfUnique(it->second))
|
||||
return false;
|
||||
mCache.erase(agentHalfExtents);
|
||||
mChangedTiles.erase(agentHalfExtents);
|
||||
mPlayerTile.erase(agentHalfExtents);
|
||||
mLastRecastMeshManagerRevision.erase(agentHalfExtents);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue