Browse Source

Merge branch 'master' of github.com:bkaradzic/bgfx

bkaradzic 12 years ago
parent
commit
2772c5d209
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/glcontext_glx.cpp

+ 0 - 1
src/glcontext_glx.cpp

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