mirror of https://github.com/odrling/Aegisub
Remove pointless performance hurting call to glFinish
Originally committed to SVN as r5071.
This commit is contained in:
parent
5370f3fa04
commit
ea93f6afba
|
@ -312,7 +312,6 @@ void VideoDisplay::Render() try {
|
||||||
tool->Draw();
|
tool->Draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
glFinish();
|
|
||||||
SwapBuffers();
|
SwapBuffers();
|
||||||
}
|
}
|
||||||
catch (const VideoOutException &err) {
|
catch (const VideoOutException &err) {
|
||||||
|
|
Loading…
Reference in New Issue