Merge commit 'dc3f289'

This commit is contained in:
Phillip Stephens 2016-01-14 16:25:02 -08:00
commit bd4e898f8f
1 changed files with 1 additions and 5 deletions

View File

@ -495,11 +495,7 @@ public:
}
void present()
{
XLockDisplay(m_xDisp);
glXSwapBuffers(m_xDisp, m_glxWindow);
XUnlockDisplay(m_xDisp);
}
{ glXSwapBuffers(m_xDisp, m_glxWindow); }
};