diff --git a/libraries/SITL/SIM_Aircraft.cpp b/libraries/SITL/SIM_Aircraft.cpp index 9ca985a14591ab..e3a10152af5d09 100644 --- a/libraries/SITL/SIM_Aircraft.cpp +++ b/libraries/SITL/SIM_Aircraft.cpp @@ -798,7 +798,7 @@ void Aircraft::update_dynamics(const Vector3f &rot_accel) // update slung payload #if AP_SIM_SLUNGPAYLOAD_ENABLED - sitl->models.slung_payload_sim.update(get_position_relhome(), velocity_ef, accel_earth); + sitl->models.slung_payload_sim.update(get_position_relhome(), velocity_ef, accel_earth, wind_ef); #endif // allow for changes in physics step