Changeset 13192
- Timestamp:
- 05/22/13 15:16:44 (2 hours ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/ImageSequence.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/ImageSequence.cpp
r13191 r13192 255 255 OpenThreads::ScopedLock<OpenThreads::Mutex> lock(_mutex); 256 256 257 // if imageDataList is empty then there is nothing update can do. 258 if (_imageDataList.empty()) return; 259 257 260 osg::NodeVisitor::ImageRequestHandler* irh = nv->getImageRequestHandler(); 258 261 const osg::FrameStamp* fs = nv->getFrameStamp();
