mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 13:13:27 +00:00
Remove unused mOffMeshConnectionIds
This commit is contained in:
parent
a35497de0c
commit
439588d10e
@ -64,7 +64,6 @@ namespace DetourNavigator
|
|||||||
std::map<osg::Vec3f, std::size_t> mAgents;
|
std::map<osg::Vec3f, std::size_t> mAgents;
|
||||||
std::unordered_map<ObjectId, ObjectId> mAvoidIds;
|
std::unordered_map<ObjectId, ObjectId> mAvoidIds;
|
||||||
std::unordered_map<ObjectId, ObjectId> mWaterIds;
|
std::unordered_map<ObjectId, ObjectId> mWaterIds;
|
||||||
std::multimap<ObjectId, ObjectId> mOffMeshConnectionIds;
|
|
||||||
|
|
||||||
void updateAvoidShapeId(const ObjectId id, const ObjectId avoidId);
|
void updateAvoidShapeId(const ObjectId id, const ObjectId avoidId);
|
||||||
void updateWaterShapeId(const ObjectId id, const ObjectId waterId);
|
void updateWaterShapeId(const ObjectId id, const ObjectId waterId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user