mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Recursive call
--HG-- branch : develop
This commit is contained in:
parent
3defbbbc89
commit
798fde40f6
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ uint8 CMovePrimitive::getFirstWorldImageV () const
|
|||
|
||||
uint8 CMovePrimitive::getNumWorldImageV () const
|
||||
{
|
||||
return getNumWorldImageV ();
|
||||
return getNumWorldImage ();
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
|
|
Loading…
Reference in a new issue