]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/FGFDM.cpp
Finally fixed the flap drag issue. Drag modifications need to be based on
[flightgear.git] / src / FDM / YASim / FGFDM.cpp
index e2a38dc147012574fb0daa206eaef07670d916f2..56d6136798a96957fb08c0de5f7599a940dc569f 100644 (file)
@@ -41,7 +41,7 @@ FGFDM::FGFDM()
     // Map /controls/elevator to the approach elevator control.  This
     // should probably be settable, but there are very few aircraft
     // who trim their approaches using things other than elevator.
-    _airplane.setElevatorControl(parseAxis("/controls/elevator"));
+    _airplane.setElevatorControl(parseAxis("/controls/elevator-trim"));
 }
 
 FGFDM::~FGFDM()