mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 19:54:17 -05:00
Remove XSync from X11_GL_MakeCurrent() function
This commit is contained in:
@@ -642,7 +642,6 @@ X11_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context)
|
||||
SDL_SetError("Unable to make GL context current");
|
||||
status = -1;
|
||||
}
|
||||
XSync(display, False);
|
||||
|
||||
return (status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user