Changeset 12697 for OpenSceneGraph/trunk/applications/present3D/Cluster.cpp
- Timestamp:
- 07/17/11 18:24:47 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/applications/present3D/Cluster.cpp
r12292 r12697 241 241 void CameraPacket::writeEventQueue(osgViewer::Viewer& viewer) 242 242 { 243 osg::notify(osg::INFO)<<"rec ieved events = "<<_events.size()<<std::endl;243 osg::notify(osg::INFO)<<"received events = "<<_events.size()<<std::endl; 244 244 245 245 // copy the events to osgProducer style events.
