DrawScreenInfo was being run twice, removed one of the calls
This commit is contained in:
parent
959e56b71a
commit
72cc4aa50a
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue