From ea93f6afba66990573a9bf395ed1e2ff6ae496ee Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 30 Dec 2010 22:19:42 +0000 Subject: [PATCH] Remove pointless performance hurting call to glFinish Originally committed to SVN as r5071. --- aegisub/src/video_display.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/aegisub/src/video_display.cpp b/aegisub/src/video_display.cpp index dcb4083b5..3d070cfd8 100644 --- a/aegisub/src/video_display.cpp +++ b/aegisub/src/video_display.cpp @@ -312,7 +312,6 @@ void VideoDisplay::Render() try { tool->Draw(); } - glFinish(); SwapBuffers(); } catch (const VideoOutException &err) {