Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/TexGen.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/ive/TexGen.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/TexGen.cpp
r10762 r13041 58 58 // Read TexGen's properties 59 59 setMode((osg::TexGen::Mode)in->readInt()); 60 60 61 61 if ( in->getVersion() >= VERSION_0005 ) 62 62 {
