mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:39:43 +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))
|
if (!resetIfUnique(it->second))
|
||||||
return false;
|
return false;
|
||||||
mCache.erase(agentHalfExtents);
|
mCache.erase(agentHalfExtents);
|
||||||
|
mChangedTiles.erase(agentHalfExtents);
|
||||||
|
mPlayerTile.erase(agentHalfExtents);
|
||||||
|
mLastRecastMeshManagerRevision.erase(agentHalfExtents);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue