fixed thread syncing
This commit is contained in:
+2
-1
@@ -77,7 +77,8 @@ void RenderThread::run() {
|
||||
paint();
|
||||
|
||||
// flush changes
|
||||
glFlush();
|
||||
// glFlush();
|
||||
glFinish();
|
||||
|
||||
// release
|
||||
ctx->functions()->glBindFramebuffer(GL_FRAMEBUFFER, 0);
|
||||
|
||||
Reference in New Issue
Block a user