Commit 7fee54b9 authored by Don Gagne's avatar Don Gagne

Incorrect method name

parent 943d47a4
...@@ -137,7 +137,7 @@ void Mouse6dofInput::_activeVehicleChanged(Vehicle* vehicle) ...@@ -137,7 +137,7 @@ void Mouse6dofInput::_activeVehicleChanged(Vehicle* vehicle)
void Mouse6dofInput::init() void Mouse6dofInput::init()
{ {
// Make sure active UAS is set // Make sure active UAS is set
activeVehicleChanged(MultiVehicleManager::instance()->activeVehicle()); _activeVehicleChanged(MultiVehicleManager::instance()->activeVehicle());
} }
void Mouse6dofInput::run() void Mouse6dofInput::run()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment