From 11380a0d881f2921fe298e775f26f88544be7fec Mon Sep 17 00:00:00 2001 From: Shylie Date: Sun, 26 May 2024 12:52:30 -0400 Subject: [PATCH] Found another remaining _DEBUG reference --- source/glerminal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glerminal.cpp b/source/glerminal.cpp index 59fe366..f665e9d 100644 --- a/source/glerminal.cpp +++ b/source/glerminal.cpp @@ -189,7 +189,7 @@ namespace glerminal m_sprites{ }, m_layer_colors{ }, m_layer_scales{ } -#ifdef _DEBUG +#ifdef GLERMINAL_OPENGL_DEBUG_CONTEXT , m_log("log.txt") #endif {