1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-12 04:14:05 +00:00

Remove unused mOffMeshConnectionIds

This commit is contained in:
elsid 2020-06-13 02:09:10 +02:00
parent a35497de0c
commit 439588d10e
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

View File

@ -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);