mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Disabled assert that forces Debugger to be present
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user