Rolled back the most recent GL sync method

This commit is contained in:
Mark Watkins 2011-08-20 16:55:47 +10:00
parent 19723b3858
commit c8ad0888ff

View File

@ -811,11 +811,11 @@ void gGraphWindow::initializeGL()
m_scrX=width();
m_scrY=height();
QGLFormat glFormat(QGL::SampleBuffers);
/*QGLFormat glFormat(QGL::SampleBuffers);
glFormat.setAlpha(true);
glFormat.setDirectRendering(true);
glFormat.setSwapInterval(1);
setFormat(glFormat);
setFormat(glFormat);*/
}