Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Sequence.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Sequence.cpp
r10951 r13041 49 49 out->writeFloat(getTime(i)); 50 50 } 51 51 52 52 if (out->getVersion() >= VERSION_0022) 53 53 { … … 118 118 setTime(i, in->readFloat()); 119 119 } 120 120 121 121 if (in->getVersion() >= VERSION_0022) 122 122 {
