Changeset 10601 for OpenSceneGraph/trunk/src/osg/Texture.cpp
- Timestamp:
- 10/03/09 11:25:23 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/Texture.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/Texture.cpp
r10600 r10601 176 176 bool Texture::TextureObjectSet::checkConsistency() const 177 177 { 178 return true;178 // return true; 179 179 180 180 // osg::notify(osg::NOTICE)<<"TextureObjectSet::checkConsistency()"<<std::endl; … … 266 266 GLuint id = (*itr)->id(); 267 267 268 //osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl;268 osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl; 269 269 270 270 glDeleteTextures( 1L, &id); … … 328 328 GLuint id = (*itr)->id(); 329 329 330 //osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl;330 osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl; 331 331 332 332 glDeleteTextures( 1L, &id);
