more improvements to threading gl
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user