1
0
Fork 0
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:
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);