Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Uniform.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Uniform.cpp
r11493 r13041 33 33 34 34 out->writeInt(getType()); 35 35 36 36 if ( out->getVersion() < VERSION_0012 ) 37 37 { … … 164 164 in_THROW_EXCEPTION("Uniform::read(): Expected Uniform identification."); 165 165 } 166 166 167 167 setType(static_cast<Type>(in->readInt())); 168 168 … … 171 171 setName(in->readString()); 172 172 } 173 173 174 174 if ( in->getVersion() >= VERSION_0016 ) 175 175 {
