Fixed build error when building wiht OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION=OFF

This commit is contained in:
Robert Osfield 2017-10-27 18:14:04 +01:00
parent d664c09a79
commit 6530b16fc7

View File

@ -278,7 +278,7 @@ void VertexInfluenceMap::removeUnexpressedBones(Skeleton &skel) const
continue;
}
Bone * bone2rm = bmit->second;
Bone * bone2rm = bmit->second.get();
if( recursiveisUsefull(bone2rm,usebones)) {
++bmit;