Fixed unitialized variable

This commit is contained in:
Robert Osfield
2009-05-28 14:12:03 +00:00
parent f80033d892
commit bf69b168b4

View File

@@ -21,7 +21,7 @@ SphericalManipulator::SphericalManipulator()
_heading=0.0;
_elevation=osg::PI_2;
setRotationMode(ELEVATION_HEADING);
_rotationMode = ELEVATION_HEADING;
}
//--------------------------------------------------------------------------------------------------
SphericalManipulator::~SphericalManipulator()