Corrects tabs.

This commit is contained in:
Areloch 2016-05-09 13:47:29 -05:00
parent 3a99541541
commit 27bb7a712a

View file

@ -4889,7 +4889,7 @@ DefineEngineMethod( ShapeBase, getTargetCount, S32, (),,
obj = (ShapeBase*)obj->getClientObject();
if (obj->getShapeInstance() != NULL)
return obj->getShapeInstance()->getTargetCount();
return obj->getShapeInstance()->getTargetCount();
}
return -1;