Fixed: Recursive call

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 3defbbbc89
commit 798fde40f6

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

Loading…
Cancel
Save