Commented out debug message

This commit is contained in:
Robert Osfield
2010-12-03 14:24:23 +00:00
parent 06509b9769
commit 9df56ad858

View File

@@ -174,7 +174,7 @@ void Texture2D::apply(State& state) const
if (textureObjectInvalidated)
{
OSG_NOTICE<<"Discarding TextureObject"<<std::endl;
// OSG_NOTICE<<"Discarding TextureObject"<<std::endl;
Texture::releaseTextureObject(contextID, _textureObjectBuffer[contextID].get());
_textureObjectBuffer[contextID] = 0;
textureObject = 0;