Changed parens

Changed parens
This commit is contained in:
Ian T. Jacobsen
2014-12-11 13:16:14 +00:00
parent 38556c7014
commit f62a9b4f8a

View File

@@ -63,7 +63,7 @@ namespace OpenRA.Mods.RA.Traits
return WVec.Zero; return WVec.Zero;
var currentDir = FlyStep(Facing); var currentDir = FlyStep(Facing);
var length = (currentDir.HorizontalLength * repulsionForce.HorizontalLength); var length = currentDir.HorizontalLength * repulsionForce.HorizontalLength;
if (length == 0) if (length == 0)
return WVec.Zero; return WVec.Zero;