Răsfoiți Sursa

Corrects tabs.

Areloch 9 ani în urmă
părinte
comite
27bb7a712a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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();
 
       if (obj->getShapeInstance() != NULL)
-		   return obj->getShapeInstance()->getTargetCount();
+         return obj->getShapeInstance()->getTargetCount();
 	}
 
 	return -1;