diff --git a/src/osgPlugins/flt/ReaderWriterATTR.cpp b/src/osgPlugins/flt/ReaderWriterATTR.cpp index 08e122375..2f9526e20 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: - cout << "MIN_FILTER_BICUBIC"<setFilter(osg::Texture2D::MIN_FILTER, Texture2D::LINEAR); break; case MIN_FILTER_BILINEAR_GEQUAL: