mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 19:39:41 +00:00
Merge branch 'rm_unused_variable' into 'master'
Remove unused variable See merge request OpenMW/openmw!3607
This commit is contained in:
commit
08538dd137
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue