From 8adf7cbacdd480fefb0853c8e8ba2f5dd7987348 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 11 Dec 2017 04:00:10 +1100 Subject: [PATCH] [client] remove debug print --- client/renderers/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/renderers/opengl.c b/client/renderers/opengl.c index c3089b62..6e1c72d1 100644 --- a/client/renderers/opengl.c +++ b/client/renderers/opengl.c @@ -280,7 +280,7 @@ bool lgr_opengl_render(void * opaque, const uint8_t * data, bool resample) gluOrtho2D(0, this->params.width, this->params.height, 0); glMatrixMode(GL_MODELVIEW); - DEBUG_INFO("resize"); + // update the display lists for(int i = 0; i < VBO_BUFFERS; ++i) { glNewList(this->texList + i, GL_COMPILE);