Added debugging message, currently commented out.

This commit is contained in:
Robert Osfield
2004-07-12 13:13:58 +00:00
parent ed08f7a5a9
commit 3e5c491f54

View File

@@ -421,6 +421,8 @@ void Texture::computeInternalFormatWithImage(const osg::Image& image) const
}
_internalFormat = internalFormat;
//osg::notify(osg::NOTICE)<<"Internal format="<<std::hex<<internalFormat<<std::dec<<std::endl;
}
bool Texture::isCompressedInternalFormat() const