mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
GLX: Removed redundant glXMakeCurrent from swap.
This commit is contained in:
parent
df3c562d47
commit
91b14c7bfd
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ namespace bgfx
|
|||
|
||||
void GlContext::swap()
|
||||
{
|
||||
glXMakeCurrent(s_display, s_window, m_context);
|
||||
glXSwapBuffers(s_display, s_window);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue