Disabled assert that forces Debugger to be present

This commit is contained in:
Simon Lübeß
2021-09-02 12:17:44 +02:00
parent 566b4ea59e
commit d1175519eb
+1 -1
View File
@@ -50,7 +50,7 @@ namespace GlitchLog
public this()
{
Debug.Assert(Debug.IsDebuggerPresent, "The DebugLogger requires a debugger to be present.");
//Debug.Assert(Debug.IsDebuggerPresent, "The DebugLogger requires a debugger to be present.");
}
#if GL_NOLOG || GL_NOTRACE