Use WVec overload of Util.GetFacing where possible.

This commit is contained in:
Paul Chote
2013-07-06 20:36:49 +12:00
parent 7883b1bd7f
commit d0bed06765
9 changed files with 11 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ namespace OpenRA.Traits
return GetFacing(d.ToInt2(), currentFacing);
}
public static int GetFacing( int2 d, int currentFacing )
public static int GetFacing(int2 d, int currentFacing)
{
if (d == int2.Zero)
return currentFacing;