mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-24 09:39:51 +00:00
Remove unused operator< for RecastMesh
This commit is contained in:
parent
5f1bf89369
commit
5f5163905a
@ -132,11 +132,6 @@ namespace DetourNavigator
|
||||
std::vector<FlatHeightfield> mFlatHeightfields;
|
||||
Bounds mBounds;
|
||||
|
||||
friend inline bool operator <(const RecastMesh& lhs, const RecastMesh& rhs) noexcept
|
||||
{
|
||||
return std::tie(lhs.mMesh, lhs.mWater) < std::tie(rhs.mMesh, rhs.mWater);
|
||||
}
|
||||
|
||||
friend inline std::size_t getSize(const RecastMesh& value) noexcept
|
||||
{
|
||||
return getSize(value.mMesh) + value.mWater.size() * sizeof(Cell)
|
||||
|
Loading…
x
Reference in New Issue
Block a user