mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Corrects tabs.
This commit is contained in:
parent
3a99541541
commit
27bb7a712a
1 changed files with 1 additions and 1 deletions
|
|
@ -4889,7 +4889,7 @@ DefineEngineMethod( ShapeBase, getTargetCount, S32, (),,
|
||||||
obj = (ShapeBase*)obj->getClientObject();
|
obj = (ShapeBase*)obj->getClientObject();
|
||||||
|
|
||||||
if (obj->getShapeInstance() != NULL)
|
if (obj->getShapeInstance() != NULL)
|
||||||
return obj->getShapeInstance()->getTargetCount();
|
return obj->getShapeInstance()->getTargetCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue