Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
7fee54b9
Commit
7fee54b9
authored
Aug 29, 2015
by
Don Gagne
Browse files
Incorrect method name
parent
943d47a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/Mouse6dofInput.cpp
View file @
7fee54b9
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment