- Timestamp:
- 05/26/08 00:06:41 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgscreencapture/osgscreencapture.cpp
r8339 r8340 429 429 osg::notify(osg::NOTICE)<<"First camera "<<firstCamera<<std::endl; 430 430 431 firstCamera->set FinalDrawCallback(callback);431 firstCamera->setInitialDrawCallback(callback); 432 432 } 433 433 else
