mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 03:35:27 +00:00
Workaround for GCC 5 bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636
This commit is contained in:
parent
476a74c2d3
commit
899a6b5aa3
@ -57,7 +57,7 @@ namespace DetourNavigator
|
||||
const AreaType areaType)
|
||||
{
|
||||
return mRecastMeshManager.updateObject(id, shape, transform, areaType,
|
||||
[&] (const auto& tile) { addChangedTile(tile, ChangeType::update); });
|
||||
[&] (const TilePosition& tile) { addChangedTile(tile, ChangeType::update); });
|
||||
}
|
||||
|
||||
bool NavMeshManager::removeObject(const ObjectId id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user