Add warning
This commit is contained in:
parent
1c1d7a2e4a
commit
f563a9642e
1 changed files with 4 additions and 0 deletions
|
@ -999,6 +999,10 @@ INode* CExportNel::getSkeletonRootBone (INode& node)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
nlwarning("Physique vertex interface NULL");
|
||||||
|
}
|
||||||
|
|
||||||
// Release vertex interfaces
|
// Release vertex interfaces
|
||||||
localData->ReleaseVertexInterface (vertexInterface);
|
localData->ReleaseVertexInterface (vertexInterface);
|
||||||
|
|
Loading…
Reference in a new issue