mirror of https://github.com/odrling/Aegisub
Removed a seemingly useless call to glFinish(), which could also be causing issues, maybe.
line 2 test. Originally committed to SVN as r965.
This commit is contained in:
parent
cc99e37e2c
commit
867218fd0b
|
@ -249,8 +249,8 @@ void VideoDisplay::Render() {
|
||||||
visual->DrawOverlay();
|
visual->DrawOverlay();
|
||||||
|
|
||||||
// Swap buffers
|
// Swap buffers
|
||||||
glFinish();
|
//glFinish();
|
||||||
if (glGetError()) throw _T("Error finishing gl operation.");
|
//if (glGetError()) throw _T("Error finishing gl operation.");
|
||||||
SwapBuffers();
|
SwapBuffers();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue