Changeset 7074 for OpenSceneGraph/trunk/src/osg/GraphicsContext.cpp
- Timestamp:
- 07/06/07 15:08:51 (6 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/GraphicsContext.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/GraphicsContext.cpp
r7073 r7074 281 281 GraphicsContext* GraphicsContext::getCompileContext(unsigned int contextID) 282 282 { 283 osg::notify(osg::NOTICE)<<"GraphicsContext::getCompileContext "<<contextID<<std::endl;283 //osg::notify(osg::NOTICE)<<"GraphicsContext::getCompileContext "<<contextID<<std::endl; 284 284 OpenThreads::ScopedLock<OpenThreads::Mutex> lock(s_contextIDMapMutex); 285 285 return s_contextIDMap[contextID]._compileContext.get();
