1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-21 09:39:56 +00:00

Remove unused variable

This commit is contained in:
elsid 2023-11-20 00:36:53 +01:00
parent 5a1a54b959
commit 81fa7836fe
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -177,7 +177,6 @@ namespace DetourNavigator
const std::map<osg::Vec2i, ChangeType>& changedTiles)
{
std::map<osg::Vec2i, ChangeType> tilesToPost = changedTiles;
std::map<osg::Vec2i, ChangeType> tilesToPost1;
{
const auto locked = cached->lockConst();
const auto& navMesh = locked->getImpl();