Browse Source

SITL: Multicopter: remove leftover comment

That went unnoticed by 8a98ce4 ("SITL: moved to common code for attitude/pos
update")
master
Gustavo Jose de Sousa 9 years ago committed by Andrew Tridgell
parent
commit
45754ef37c
  1. 1
      libraries/SITL/SIM_Multicopter.cpp

1
libraries/SITL/SIM_Multicopter.cpp

@ -55,7 +55,6 @@ void MultiCopter::update(const struct sitl_input &input) @@ -55,7 +55,6 @@ void MultiCopter::update(const struct sitl_input &input)
// get wind vector setup
update_wind(input);
// how much time has passed?
Vector3f rot_accel;
calculate_forces(input, rot_accel, accel_body);

Loading…
Cancel
Save