Fixed comment

This commit is contained in:
Robert Osfield 2007-01-08 21:57:37 +00:00
parent aebbdf59eb
commit 3c79e82fc7

View File

@ -265,7 +265,7 @@ bool GraphicsContextImplementation::makeContextCurrentImplementation(osg::Graphi
bool GraphicsContextImplementation::releaseContextImplementation()
{
osg::notify(osg::NOTICE)<<"GraphicsContextImplementation::makeCurrentImplementation(): not implemented - release not supported under Producer."<<std::endl;
osg::notify(osg::NOTICE)<<"GraphicsContextImplementation::releaseContextImplementation(): not implemented - release not supported under Producer."<<std::endl;
return false;
}