Merge pull request #15 from jojo61/revert-10-Add-glFinish()-before-unmapping-the-surface

Revert "Add glFinish() before unmapping the surface"
This commit is contained in:
jojo61 2019-10-28 20:02:17 +01:00 committed by GitHub
commit 43fa0b8929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -616,7 +616,6 @@ void cOglFb::BindWrite(void) {
}
void cOglFb::Unbind(void) {
glFinish();
glBindFramebuffer(GL_FRAMEBUFFER, 0);
glBindTexture(GL_TEXTURE_2D, 0);
}