remove some unused crap from DrawRightTooltip

This commit is contained in:
Chris Forbes
2010-04-15 19:17:06 +12:00
parent bc35249543
commit 23506a328f
2 changed files with 2 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ namespace OpenRA.Widgets
else
br += new int2(300,0);
WidgetUtils.DrawRightTooltip("dialog4", tl, m, br, null);
WidgetUtils.DrawRightTooltip("dialog4", tl, m, br);
pos += new int2(77, 5);
Game.chrome.renderer.BoldFont.DrawText(sp.Info.Description, pos, Color.White);