GLX: Removed redundant glXMakeCurrent from swap.

This commit is contained in:
Branimir Karadzic 2013-07-24 22:28:16 -07:00
parent df3c562d47
commit 91b14c7bfd

View file

@ -213,7 +213,6 @@ namespace bgfx
void GlContext::swap()
{
glXMakeCurrent(s_display, s_window, m_context);
glXSwapBuffers(s_display, s_window);
}