Added call to State::initializeExtensionsProcs() to prevent crashes before

these variables are initialized.
This commit is contained in:
Robert Osfield
2007-07-18 14:54:27 +00:00
parent da95b907f1
commit de69a4a3d8
2 changed files with 10 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ void GraphicsThread::run()
if (graphicsContext)
{
graphicsContext->makeCurrent();
graphicsContext->getState()->initializeExtensionProcs();
}
OperationThread::run();