- Timestamp:
- 07/06/07 15:08:51 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/applications/osgviewer/osgviewer.cpp
r7071 r7074 158 158 int processNum = 0; 159 159 160 osgDB::DatabasePager* dp = viewer.getScene()->getDatabasePager();161 162 160 for(unsigned int i=0; i<osg::GraphicsContext::getMaxContextID(); ++i) 163 161 { … … 172 170 ++processNum; 173 171 } 174 175 dp->addCompileGraphicsContext(gc);176 172 } 177 173 }
