Fixed: Recursive call

This commit is contained in:
kervala 2016-12-19 17:46:48 +01:00
parent 259552ed0d
commit 65be422fb7

View file

@ -379,7 +379,7 @@ uint8 CMovePrimitive::getFirstWorldImageV () const
uint8 CMovePrimitive::getNumWorldImageV () const
{
return getNumWorldImageV ();
return getNumWorldImage ();
}
// ***************************************************************************