fix warnings in Selectable.cs

This commit is contained in:
Chris Forbes
2011-03-12 21:37:09 +13:00
parent fe90cbdab8
commit 606873a09e

View File

@@ -59,8 +59,6 @@ namespace OpenRA.Traits
var xy = new float2(bounds.Left, bounds.Top);
var Xy = new float2(bounds.Right, bounds.Top);
var xY = new float2(bounds.Left, bounds.Bottom);
var XY = new float2(bounds.Right, bounds.Bottom);
DrawHealthBar(self, xy, Xy);
DrawExtraBars(self, xy, Xy);