Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Texture.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Texture.cpp
r10934 r13041 43 43 44 44 out->writeInt(_internalFormatMode); 45 45 46 46 if ( out->getVersion() >= VERSION_0008 ) 47 47 { … … 57 57 out->writeBool(_resizeNonPowerOfTwoHint); 58 58 } 59 59 60 60 if ( out->getVersion() >= VERSION_0014 ) 61 61 {
