Fixed unitialized variable
This commit is contained in:
@@ -21,7 +21,7 @@ SphericalManipulator::SphericalManipulator()
|
||||
_heading=0.0;
|
||||
_elevation=osg::PI_2;
|
||||
|
||||
setRotationMode(ELEVATION_HEADING);
|
||||
_rotationMode = ELEVATION_HEADING;
|
||||
}
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
SphericalManipulator::~SphericalManipulator()
|
||||
|
||||
Reference in New Issue
Block a user