mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Fix warning
--HG-- branch : develop
This commit is contained in:
parent
b766a01c8a
commit
bca1722bdd
1 changed files with 1 additions and 1 deletions
|
@ -1421,7 +1421,7 @@ void CPrimitiveWorldImage::setGlobalPosition (const UGlobalPosition& pos, CMoveC
|
|||
void CPrimitiveWorldImage::setGlobalPosition (const NLMISC::CVectorD& pos, CMoveContainer& container, CMovePrimitive &primitive, uint8 worldImage, bool keepZ /*= false*/, UGlobalPosition::TType type /* =UGlobalPosition::Unspecified*/)
|
||||
{
|
||||
// Cast type
|
||||
nlassert (dynamic_cast<const CMoveContainer*>(&container));
|
||||
nlassert (dynamic_cast<const CMoveContainer*>(&container) != NULL);
|
||||
const CMoveContainer *cont=(const CMoveContainer*)&container;
|
||||
|
||||
// Get the retriever
|
||||
|
|
Loading…
Reference in a new issue