Add warning

This commit is contained in:
kaetemi 2014-07-29 15:23:51 +02:00
parent 00881eed6c
commit 7d79e75d1a

View file

@ -999,6 +999,10 @@ INode* CExportNel::getSkeletonRootBone (INode& node)
}
}
}
else
{
nlwarning("Physique vertex interface NULL");
}
// Release vertex interfaces
localData->ReleaseVertexInterface (vertexInterface);