Add warning

hg/feature/cdb-packed
kaetemi 11 years ago
parent 7d8e803f7a
commit a9e3804011

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

Loading…
Cancel
Save