Changeset 11113
- Timestamp:
- 02/25/10 18:18:46 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/Texture.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/Texture.cpp
r10900 r11113 197 197 if (_tail != to) 198 198 { 199 osg::notify(osg::NOTICE)<<"Texture::TextureObjectSet::checkConsistency() : Error _t rail != to"<<std::endl;199 osg::notify(osg::NOTICE)<<"Texture::TextureObjectSet::checkConsistency() : Error _tail != to"<<std::endl; 200 200 return false; 201 201 } … … 310 310 // the linked list should now be empty 311 311 _head = 0; 312 _tail = 0; 312 313 313 314 _pendingOrphanedTextureObjects.clear(); … … 509 510 510 511 // 511 // no TextureObjects available to recy le so have to create one from scratch512 // no TextureObjects available to recycle so have to create one from scratch 512 513 // 513 514 GLuint id;
