Browse Source

Corrects tabs.

Areloch 9 years ago
parent
commit
27bb7a712a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/T3D/shapeBase.cpp

+ 1 - 1
Engine/source/T3D/shapeBase.cpp

@@ -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;