mirror of https://github.com/AxioDL/boo.git
Merge commit 'dc3f289'
This commit is contained in:
commit
bd4e898f8f
|
@ -495,11 +495,7 @@ public:
|
|||
}
|
||||
|
||||
void present()
|
||||
{
|
||||
XLockDisplay(m_xDisp);
|
||||
glXSwapBuffers(m_xDisp, m_glxWindow);
|
||||
XUnlockDisplay(m_xDisp);
|
||||
}
|
||||
{ glXSwapBuffers(m_xDisp, m_glxWindow); }
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue