From Stephan Huber, "attached you'll find the modified ImageStream
and a small fix for QuicktimeImageStream to disable debug-logging :)"
This commit is contained in:
@@ -222,6 +222,6 @@ void QuicktimeImageStream::run()
|
||||
|
||||
|
||||
void QuicktimeImageStream::applyLoopingMode() {
|
||||
osg::notify(osg::ALWAYS) << "applying loop mode " << getLoopingMode() << std::endl;
|
||||
osg::notify(osg::INFO) << "applying loop mode " << getLoopingMode() << std::endl;
|
||||
_data->setLooping(getLoopingMode() == osg::ImageStream::LOOPING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user