mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 17:38:19 +00:00
[client] remove debug print
This commit is contained in:
parent
0ad1f21ffb
commit
8adf7cbacd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user