GUIText (Lua and ram watch) - remove gray in drawing

This commit is contained in:
adelikat 2012-08-19 23:24:16 +00:00
parent 1350daa5d4
commit 07c32e23ba
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ namespace BizHawk.MultiClient
float posy = GetY(g, GUITextList[x].Y, GUITextList[x].Anchor, MessageFont, GUITextList[x].Message);
g.DrawString(GUITextList[x].Message, MessageFont, GUITextList[x].BackGround, posx + 2, posy + 2);
g.DrawString(GUITextList[x].Message, MessageFont, Color.Gray, posx + 1, posy + 1);
//g.DrawString(GUITextList[x].Message, MessageFont, Color.Gray, posx + 1, posy + 1);
if (GUITextList[x].Alert)
g.DrawString(GUITextList[x].Message, MessageFont, FixedMessagesColor, posx, posy);