Plane: correct bug that prevents QACRO rudder disarm

This commit is contained in:
Hwurzburg 2020-12-30 11:29:03 -06:00 committed by Andrew Tridgell
parent ce361e51bf
commit 913d1b81b2

View File

@ -476,6 +476,7 @@ public:
bool is_vtol_mode() const override { return true; }
bool is_vtol_man_throttle() const override { return true; }
virtual bool is_vtol_man_mode() const override { return true; }
// methods that affect movement of the vehicle in this mode
void update() override;