Fixed build error when building wiht OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION=OFF
This commit is contained in:
parent
d664c09a79
commit
6530b16fc7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user