- Timestamp:
- 06/25/09 18:07:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/ViewerEventHandlers.cpp
r10098 r10415 401 401 if (str) 402 402 { 403 _interval = 1.0f / atof(str);403 _interval = 1.0f / osg::asciiToDouble(str); 404 404 } 405 405 else
