From 2cd8415f2b00c4a5935752bdbeb08ffd251c53ee Mon Sep 17 00:00:00 2001 From: jojo61 Date: Mon, 28 Oct 2019 20:01:37 +0100 Subject: [PATCH] Revert "Add glFinish() before unmapping the surface" --- openglosd.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/openglosd.cpp b/openglosd.cpp index 27adcd3..c69af55 100644 --- a/openglosd.cpp +++ b/openglosd.cpp @@ -616,7 +616,6 @@ void cOglFb::BindWrite(void) { } void cOglFb::Unbind(void) { - glFinish(); glBindFramebuffer(GL_FRAMEBUFFER, 0); glBindTexture(GL_TEXTURE_2D, 0); }