more improvements to threading gl

This commit is contained in:
itsmattkc
2019-01-15 23:16:14 +11:00
parent 3e2cf73f6e
commit 803ecb7493
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -101,6 +101,7 @@ void RenderThread::paint() {
glClearColor(0, 0, 0, 0);
glMatrixMode(GL_MODELVIEW);
glEnable(GL_TEXTURE_2D);
glEnable(GL_BLEND);
glEnable(GL_DEPTH);