mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Recursive call
This commit is contained in:
parent
259552ed0d
commit
65be422fb7
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