Fixed: Recursive call

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-19 17:46:48 +01:00
parent 3defbbbc89
commit 798fde40f6

View file

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