disable bot debug by default

This commit is contained in:
Chris Forbes
2010-11-01 20:36:52 +13:00
parent 3fc4d1b219
commit eac548ac8b
2 changed files with 16 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ namespace OpenRA.GameRules
public class DebugSettings
{
public bool BotDebug = false;
public bool PerfGraph = false;
public bool RecordSyncReports = true;
public float LongTickThreshold = 0.001f;