Added call to State::initializeExtensionsProcs() to prevent crashes before
these variables are initialized.
This commit is contained in:
@@ -30,6 +30,8 @@ void GraphicsThread::run()
|
||||
if (graphicsContext)
|
||||
{
|
||||
graphicsContext->makeCurrent();
|
||||
|
||||
graphicsContext->getState()->initializeExtensionProcs();
|
||||
}
|
||||
|
||||
OperationThread::run();
|
||||
|
||||
Reference in New Issue
Block a user