Browse Source

Incorrect method name

QGC4.4
Don Gagne 10 years ago
parent
commit
7fee54b9aa
  1. 2
      src/input/Mouse6dofInput.cpp

2
src/input/Mouse6dofInput.cpp

@ -137,7 +137,7 @@ void Mouse6dofInput::_activeVehicleChanged(Vehicle* vehicle) @@ -137,7 +137,7 @@ void Mouse6dofInput::_activeVehicleChanged(Vehicle* vehicle)
void Mouse6dofInput::init()
{
// Make sure active UAS is set
activeVehicleChanged(MultiVehicleManager::instance()->activeVehicle());
_activeVehicleChanged(MultiVehicleManager::instance()->activeVehicle());
}
void Mouse6dofInput::run()

Loading…
Cancel
Save