mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Sprinkle a couple of std::move and a const
This commit is contained in:
parent
7400050b38
commit
5793f5cf18
3 changed files with 3 additions and 3 deletions
|
@ -221,7 +221,7 @@ void ShadowsBin::sortImplementation()
|
|||
}
|
||||
if (!noTestRoot->_leaves.empty())
|
||||
newList.push_back(noTestRoot);
|
||||
_stateGraphList = newList;
|
||||
_stateGraphList = std::move(newList);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue