]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UFO.cxx
Solve for the elevator control input during approach. It turns out that
[flightgear.git] / src / FDM / UFO.cxx
index 3223e35f9a2b0f6b8af65f07e8495bcc855e849f..f581ba038ad47ca697bf10d15a0f52ad2b859f05 100644 (file)
@@ -64,7 +64,7 @@ void FGUFO::update( double dt ) {
 
     int multiloop = _calc_multiloop(dt);
 
-    double time_step = dt * multiloop;
+    double time_step = dt;
 
     // read the throttle
     double th = globals->get_controls()->get_throttle( 0 );