1
0
mirror of https://git.shylie.info/shylie/glerminal.git synced 2025-05-31 20:30:10 +00:00

Found another remaining _DEBUG reference

This commit is contained in:
Shylie 2024-05-26 12:52:30 -04:00
parent 2be0aeaf99
commit 11380a0d88

@ -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
{