try to see if this affects performance?

This commit is contained in:
Mark Vejvoda 2013-06-12 00:25:43 +00:00
parent 93444a2ff5
commit 55653c10b5

View File

@ -985,7 +985,7 @@ void Renderer::swapBuffers() {
return;
}
//glFlush(); // should not be required - http://www.opengl.org/wiki/Common_Mistakes
//glFlush();
glFlush();
GraphicsInterface::getInstance().getCurrentContext()->swapBuffers();
}