Fix invalid spacing style warnings.

This commit is contained in:
Paul Chote
2014-12-26 10:53:06 +13:00
parent 0a68db5dfa
commit 673ebba135
6 changed files with 9 additions and 10 deletions

View File

@@ -75,8 +75,7 @@ namespace OpenRA.Mods.Common.Traits
WRange.FromCells(Info.Range), WRange.FromCells(Info.Range),
0, 0,
Color.FromArgb(128, Ready() ? Color.White : Color.Red), Color.FromArgb(128, Ready() ? Color.White : Color.Red),
Color.FromArgb(96, Color.Black) Color.FromArgb(96, Color.Black));
);
} }
// Selection bar // Selection bar