Changeset 10415 for OpenSceneGraph/trunk/src/osgViewer/ViewerBase.cpp
- Timestamp:
- 06/25/09 18:07:49 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgViewer/ViewerBase.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/ViewerBase.cpp
r10106 r10415 77 77 if (str) 78 78 { 79 _runMaxFrameRate = atof(str);79 _runMaxFrameRate = osg::asciiToDouble(str); 80 80 } 81 81 }
