Changeset 10415 for OpenSceneGraph/trunk/src/osgGA/DriveManipulator.cpp
- Timestamp:
- 06/25/09 18:07:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgGA/DriveManipulator.cpp
r8561 r10415 37 37 if (getenv("OSG_DRIVE_MANIPULATOR_HEIGHT")) 38 38 { 39 height = atof(getenv("OSG_DRIVE_MANIPULATOR_HEIGHT"));39 height = osg::asciiToDouble(getenv("OSG_DRIVE_MANIPULATOR_HEIGHT")); 40 40 } 41 41 osg::notify(osg::INFO)<<"DriveManipulator::_height set to =="<<height<<std::endl;
