Crashfix Physique export

This commit is contained in:
kaetemi 2014-07-29 15:23:06 +02:00
parent a3b0f16823
commit 00881eed6c

View file

@ -961,6 +961,8 @@ INode* CExportNel::getSkeletonRootBone (INode& node)
// Get a vertex interface
IPhyVertexExport *vertexInterface=localData->GetVertexInterface (vtx);
if (vertexInterface)
{
// Check if it is a rigid vertex or a blended vertex
int type=vertexInterface->GetVertexType ();
if (type==RIGID_TYPE)
@ -996,6 +998,7 @@ INode* CExportNel::getSkeletonRootBone (INode& node)
break;
}
}
}
// Release vertex interfaces
localData->ReleaseVertexInterface (vertexInterface);