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:
Robert Osfield
2007-06-01 19:19:23 +00:00
parent 8f87e14416
commit fcafd4db06
2 changed files with 3 additions and 2 deletions

View File

@@ -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);
}