GLX: Removed redundant glXMakeCurrent from swap.
This commit is contained in:
parent
df3c562d47
commit
91b14c7bfd
@ -213,7 +213,6 @@ namespace bgfx
|
||||
|
||||
void GlContext::swap()
|
||||
{
|
||||
glXMakeCurrent(s_display, s_window, m_context);
|
||||
glXSwapBuffers(s_display, s_window);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user