mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:09:42 +00:00
Remove unused mOffMeshConnectionIds
This commit is contained in:
parent
a35497de0c
commit
439588d10e
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ namespace DetourNavigator
|
|||
std::map<osg::Vec3f, std::size_t> mAgents;
|
||||
std::unordered_map<ObjectId, ObjectId> mAvoidIds;
|
||||
std::unordered_map<ObjectId, ObjectId> mWaterIds;
|
||||
std::multimap<ObjectId, ObjectId> mOffMeshConnectionIds;
|
||||
|
||||
void updateAvoidShapeId(const ObjectId id, const ObjectId avoidId);
|
||||
void updateWaterShapeId(const ObjectId id, const ObjectId waterId);
|
||||
|
|
Loading…
Reference in a new issue