mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 12:09:43 +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)
|
const std::map<osg::Vec2i, ChangeType>& changedTiles)
|
||||||
{
|
{
|
||||||
std::map<osg::Vec2i, ChangeType> tilesToPost = changedTiles;
|
std::map<osg::Vec2i, ChangeType> tilesToPost = changedTiles;
|
||||||
std::map<osg::Vec2i, ChangeType> tilesToPost1;
|
|
||||||
{
|
{
|
||||||
const auto locked = cached->lockConst();
|
const auto locked = cached->lockConst();
|
||||||
const auto& navMesh = locked->getImpl();
|
const auto& navMesh = locked->getImpl();
|
||||||
|
|
Loading…
Reference in a new issue