Changeset 7034

Show
Ignore:
Timestamp:
06/27/07 19:01:54
Author:
robert
Message:

From Andy Skinner, fixed return value.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/src/osgViewer/PixelBufferX11.cpp

    r7008 r7034  
    274274{ 
    275275    // osg::notify(osg::NOTICE)<<"PixelBufferX11::makeContextCurrentImplementation() not implementation yet."<<std::endl; 
    276     makeCurrentImplementation(); 
     276    return makeCurrentImplementation(); 
    277277} 
    278278