From 6efe79c33cb150f374c867d731e23bd6d8be825e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 9 Dec 2002 09:26:49 +0000 Subject: [PATCH] Changed cout to notify. --- src/osgPlugins/flt/ReaderWriterATTR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/flt/ReaderWriterATTR.cpp b/src/osgPlugins/flt/ReaderWriterATTR.cpp index 2f9526e20..8e7162b92 100644 --- a/src/osgPlugins/flt/ReaderWriterATTR.cpp +++ b/src/osgPlugins/flt/ReaderWriterATTR.cpp @@ -632,7 +632,7 @@ StateSet* Attr::createOsgStateSet() osgTexture->setFilter(osg::Texture2D::MIN_FILTER, Texture2D::LINEAR_MIPMAP_LINEAR); break; case MIN_FILTER_BICUBIC: - std::cout << "MIN_FILTER_BICUBIC"<< std::endl; + osg::notify(osg::INFO) << "MIN_FILTER_BICUBIC"<< std::endl; osgTexture->setFilter(osg::Texture2D::MIN_FILTER, Texture2D::LINEAR); break; case MIN_FILTER_BILINEAR_GEQUAL: