Changeset 7034
- Timestamp:
- 06/27/07 19:01:54
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/src/osgViewer/PixelBufferX11.cpp
r7008 r7034 274 274 { 275 275 // osg::notify(osg::NOTICE)<<"PixelBufferX11::makeContextCurrentImplementation() not implementation yet."<<std::endl; 276 makeCurrentImplementation();276 return makeCurrentImplementation(); 277 277 } 278 278
