From Raymond de Vires, Windows build fix

This commit is contained in:
Robert Osfield
2017-10-30 14:22:10 +00:00
parent af3a0bd7d1
commit bd3262e07f

View File

@@ -25,7 +25,7 @@ using namespace osgAnimation;
struct invweight_ordered
{
inline bool operator() (const BoneWeight& bw1, const BoneWeight& bw2)
inline bool operator() (const BoneWeight& bw1, const BoneWeight& bw2) const
{
if (bw1.second > bw2.second)return true;
if (bw1.second < bw2.second)return false;