Changeset 9106 for OpenSceneGraph/trunk/examples/osgmovie/osgmovie.cpp
- Timestamp:
- 11/05/08 17:06:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmovie/osgmovie.cpp
r8857 r9106 40 40 #include <iostream> 41 41 42 osg::ImageStream* s_imageStream = 0;43 42 class MovieEventHandler : public osgGA::GUIEventHandler 44 43 { … … 106 105 { 107 106 _imageStreamList.push_back(imagestream); 108 s_imageStream = imagestream;109 107 } 110 108 }
