From Andy Skinner, fixed return value.

This commit is contained in:
Robert Osfield
2007-06-27 17:01:54 +00:00
parent 60a0e13b2a
commit 14470e12c4

View File

@@ -273,7 +273,7 @@ bool PixelBufferX11::makeCurrentImplementation()
bool PixelBufferX11::makeContextCurrentImplementation(osg::GraphicsContext* readContext)
{
// osg::notify(osg::NOTICE)<<"PixelBufferX11::makeContextCurrentImplementation() not implementation yet."<<std::endl;
makeCurrentImplementation();
return makeCurrentImplementation();
}