Remove XSync from X11_GL_MakeCurrent() function
This commit is contained in:
parent
932ea49e88
commit
c6dc8b64e7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue