Whoops: The configuration debug flag must be able to be modified.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-05-01 22:50:06 +01:00
parent 956a4a1504
commit 87be068e5a

View File

@ -6,7 +6,7 @@
public static readonly ulong FrameCycleInterval = CyclesPerSecond / 60;
public static readonly ulong TerminationCycles = CyclesPerSecond* 10 * 10;
public bool DebugMode { get; } = false;
public bool DebugMode { get; set; } = false;
public bool TerminatesEarly { get; } = false;