mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Add warning
This commit is contained in:
parent
00881eed6c
commit
7d79e75d1a
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