From 7cb6e103f48ece87601b816b70ae86ff44896d65 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 5 Nov 2012 12:21:34 +0000 Subject: [PATCH] Quitened down debug output --- src/osg/ImageSequence.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osg/ImageSequence.cpp b/src/osg/ImageSequence.cpp index 4ebfa63f7..68639bf0a 100644 --- a/src/osg/ImageSequence.cpp +++ b/src/osg/ImageSequence.cpp @@ -290,7 +290,7 @@ void ImageSequence::update(osg::NodeVisitor* nv) { if (_previousAppliedImageIndex=0 && !_images[index].valid()) { --index; @@ -298,7 +298,7 @@ void ImageSequence::update(osg::NodeVisitor* nv) } else if (_previousAppliedImageIndex>index) { - OSG_NOTICE<<"ImageSequence::update(..) Moving back by "<<_previousAppliedImageIndex-index<(_images.size()) && !_images[index].valid()) { ++index; @@ -342,13 +342,13 @@ void ImageSequence::update(osg::NodeVisitor* nv) i = osg::clampTo(i, 0, _fileNames.size()-1); if (_filesRequested.count(_fileNames[i])==0) { - OSG_NOTICE<<"Requesting file, entry="<