remove unused Action from DrawPanel

This commit is contained in:
Chris Forbes
2010-04-15 19:10:22 +12:00
parent f61c87f0d2
commit 8a9fdf2c54
5 changed files with 6 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenRA.Widgets
(Game.viewport.Width - size.X - 40) / 2,
(Game.viewport.Height - size.Y - 10) / 2,
size.X + 40,
size.Y + 13), null);
size.Y + 13));
Game.chrome.renderer.TitleFont.DrawText(s,
new float2((Game.viewport.Width - size.X) / 2,