Added initializers

This commit is contained in:
Robert Osfield
2016-06-24 12:10:53 +01:00
parent 0b55a21b97
commit fe28b26171

View File

@@ -48,10 +48,13 @@ DriveManipulator::DriveManipulator()
_velocity = 0.0;
_height = getHeightOfDriver();
_buffer = _height*2.5;
_pitch = 0.0;
//_speedMode = USE_MOUSE_Y_FOR_SPEED;
_speedMode = USE_MOUSE_BUTTONS_FOR_SPEED;
_pitch = 0.0;
_distance = 0.0;
_pitchUpKeyPressed = false;
_pitchDownKeyPressed = false;