fixed thread syncing

This commit is contained in:
itsmattkc
2019-01-17 11:49:24 +11:00
parent 0351af56a8
commit 064a0a9804
7 changed files with 21 additions and 9 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ void RenderThread::run() {
paint();
// flush changes
glFlush();
// glFlush();
glFinish();
// release
ctx->functions()->glBindFramebuffer(GL_FRAMEBUFFER, 0);