Update fbxRMesh.cpp

This commit is contained in:
flashk
2018-10-03 09:52:10 -07:00
committed by Robert Osfield
parent 247eee2ca1
commit ab372b9ead

View File

@@ -419,8 +419,7 @@ void addBindMatrix(
const osg::Matrix& bindMatrix,
osgAnimation::RigGeometry* pRigGeometry)
{
boneBindMatrices.insert(BindMatrixMap::value_type(
BindMatrixMap::key_type(pBone, pRigGeometry), bindMatrix));
boneBindMatrices[pBone][bindMatrix].insert(pRigGeometry);
}
void addVec2ArrayElement(osg::Array& a, const FbxVector2& v)