Changeset 8915
- Timestamp:
- 09/22/08 17:01:25 (5 years ago)
- Location:
- OpenSceneGraph/trunk/src
- Files:
-
- 3 modified
-
osg/ImageStream.cpp (modified) (1 diff)
-
osg/OperationThread.cpp (modified) (1 diff)
-
osgVolume/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/ImageStream.cpp
r5328 r8915 32 32 ImageStream::ImageStream(const ImageStream& image,const CopyOp& copyop): 33 33 Image(image,copyop), 34 _status(image._status) 34 _status(image._status), 35 _loopingMode(image._loopingMode) 35 36 { 36 37 } -
OpenSceneGraph/trunk/src/osg/OperationThread.cpp
r7648 r8915 345 345 // commenting out debug info as it was cashing crash on exit, presumable 346 346 // due to osg::notify or std::cout destructing earlier than this destructor. 347 osg::notify(osg:: INFO)<<" Waiting for OperationThread to cancel "<<this<<std::endl;347 osg::notify(osg::DEBUG_INFO)<<" Waiting for OperationThread to cancel "<<this<<std::endl; 348 348 OpenThreads::Thread::YieldCurrentThread(); 349 349 } -
OpenSceneGraph/trunk/src/osgVolume/CMakeLists.txt
r8908 r8915 31 31 SET(TARGET_LIBRARIES_VARS FREETYPE_LIBRARY ) 32 32 LINK_INTERNAL(${LIB_NAME} 33 osgUtil 33 34 osgDB 34 35 osg
