Changed cout to notify.

This commit is contained in:
Robert Osfield
2002-12-09 09:26:49 +00:00
parent 5622e704cf
commit 6efe79c33c

View File

@@ -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: