Removed 12 year old workaround that is no longer required and was causing a misleading info message "OpenGL extension '' is not supported." to be reported.
This commit is contained in:
parent
e819ea9c0e
commit
1eedae844e
@ -313,10 +313,6 @@ void SceneView::init()
|
||||
{
|
||||
_initCalled = true;
|
||||
|
||||
// force the initialization of the OpenGL extension string
|
||||
// to try and work around a Windows NVidia driver bug circa Oct 2006.
|
||||
osg::isGLExtensionSupported(_renderInfo.getState()->getContextID(),"");
|
||||
|
||||
if (_camera.valid() && _initVisitor.valid())
|
||||
{
|
||||
_initVisitor->reset();
|
||||
|
Loading…
Reference in New Issue
Block a user