summaryrefslogtreecommitdiff
path: root/src/gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl.c')
-rw-r--r--src/gl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gl.c b/src/gl.c
index 94a2ba6..b62e59e 100644
--- a/src/gl.c
+++ b/src/gl.c
@@ -26,9 +26,9 @@ static const char *gl_debug_severity_string(GLenum type);
void gl_initialise(struct gl *gl, struct image *texture)
{
#ifdef DEBUG
- glEnable(GL_DEBUG_OUTPUT);
- glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS);
- glDebugMessageCallback(MessageCallback, 0);
+ //glEnable(GL_DEBUG_OUTPUT);
+ //glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS);
+ //glDebugMessageCallback(MessageCallback, 0);
#endif
if (texture == NULL || texture->buffer == NULL) {
return;