[client] remove debug print

This commit is contained in:
Geoffrey McRae 2017-12-11 04:00:10 +11:00
parent 0ad1f21ffb
commit 8adf7cbacd

View File

@ -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);