diff --git a/aegisub/video_display.cpp b/aegisub/video_display.cpp index 203509a27..6727e8966 100644 --- a/aegisub/video_display.cpp +++ b/aegisub/video_display.cpp @@ -249,8 +249,8 @@ void VideoDisplay::Render() { visual->DrawOverlay(); // Swap buffers - glFinish(); - if (glGetError()) throw _T("Error finishing gl operation."); + //glFinish(); + //if (glGetError()) throw _T("Error finishing gl operation."); SwapBuffers(); }