diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index 3f7c298fe..cc2ddc7fa 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -624,9 +624,9 @@ void Texture::TextureObjectManager::setMaxTexturePoolSize(unsigned int size) { if (_maxTexturePoolSize == size) return; - if (size>_currTexturePoolSize) + if (size<_currTexturePoolSize) { - osg::notify(osg::NOTICE)<<"Warning: new MaxTexturePoolSize is smaller than current TexturePoolSize"<