having a look at this perf stuff...

This commit is contained in:
Chris Forbes
2010-03-28 10:34:43 +13:00
parent e1f6a741b8
commit 6b7d824b9b
7 changed files with 33 additions and 17 deletions

View File

@@ -477,5 +477,10 @@ namespace OpenRA
{
quit = true;
}
public static void Debug(string s)
{
chat.AddLine(Color.White, "Debug", s);
}
}
}