mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Disabled assert that forces Debugger to be present
This commit is contained in:
@@ -50,7 +50,7 @@ namespace GlitchLog
|
|||||||
|
|
||||||
public this()
|
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
|
#if GL_NOLOG || GL_NOTRACE
|
||||||
|
|||||||
Reference in New Issue
Block a user