Changeset 10590 for OpenSceneGraph/trunk/src/osg/State.cpp
- Timestamp:
- 09/23/09 16:54:13 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/State.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/State.cpp
r10588 r10590 12 12 */ 13 13 #include <osg/State> 14 #include <osg/Texture> 14 15 #include <osg/Notify> 15 16 #include <osg/GLU> … … 228 229 { 229 230 _maxTexturePoolSize = size; 231 osg::Texture::getTextureObjectManager(getContextID())->setMaxTexturePoolSize(size); 230 232 osg::notify(osg::NOTICE)<<"_maxTexturePoolSize="<<_maxTexturePoolSize<<std::endl; 231 233 }
