Removed erroneous double GraphicsContext::

This commit is contained in:
Robert Osfield
2006-12-21 09:01:56 +00:00
parent 87f1fafe64
commit 21de9e4acc

View File

@@ -64,7 +64,7 @@ void View::setCameraManipulator(osgGA::MatrixManipulator* manipulator)
void View::setUpViewAcrossAllScreens()
{
osg::GraphicsContext::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface();
osg::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface();
if (!wsi)
{
osg::notify(osg::NOTICE)<<"View::setUpViewAcrossAllScreens() : Error, no WindowSystemInterface available, cannot create windows."<<std::endl;