mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Debuglogger no longer asserts a Debugger to be present in release builds
This commit is contained in:
@@ -50,7 +50,7 @@ namespace GlitchLog
|
||||
|
||||
public this()
|
||||
{
|
||||
Runtime.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