mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-25 03:40:40 +00:00
Add missing cleanup
This commit is contained in:
parent
ce9aebcba1
commit
c05fc9e054
@ -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…
x
Reference in New Issue
Block a user