Changeset 3319 for OpenSceneGraph/trunk/src/osg/AnimationPath.cpp
- Timestamp:
- 08/24/04 20:23:53 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/AnimationPath.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/AnimationPath.cpp
r3046 r3319 198 198 void AnimationPathCallback::reset() 199 199 { 200 #if 1 201 _firstTime = DBL_MAX; 202 _pauseTime = DBL_MAX; 203 #else 200 204 _firstTime = _latestTime; 201 205 _pauseTime = _latestTime; 206 #endif 202 207 } 203 208 … … 210 215 211 216 _pause = pause; 217 218 if (_firstTime==DBL_MAX) return; 219 212 220 if (_pause) 213 221 {
