Improve contrasted range circle rendering.

This commit is contained in:
Paul Chote
2013-10-14 23:28:22 +13:00
parent d2d73a32a2
commit 839419635d
6 changed files with 14 additions and 20 deletions

View File

@@ -61,8 +61,7 @@ namespace OpenRA.Mods.RA
Color.FromArgb(128, color),
wr.ScreenPxPosition(pos),
range,
Color.FromArgb(96, Color.Black),
1);
Color.FromArgb(96, Color.Black));
}
}
}