DrawScreenInfo was being run twice, removed one of the calls

This commit is contained in:
adelikat 2012-08-19 21:54:23 +00:00
parent 959e56b71a
commit 72cc4aa50a
1 changed files with 0 additions and 1 deletions

View File

@ -385,7 +385,6 @@ namespace BizHawk.MultiClient
//todo - not so much brush object churn?
messages.RemoveAll(m => DateTime.Now > m.ExpireAt);
DrawScreenInfo(g);
int line = 1;
for (int i = messages.Count - 1; i >= 0; i--, line++)
{