]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ExternalNet.hxx
Solve for the elevator control input during approach. It turns out that
[flightgear.git] / src / FDM / ExternalNet.hxx
index 1d8c0487ef58a0c2f4488e468fb2a1355fe530a5..2901ca0f927d3fc4581155b7a8014078bfce8b6c 100644 (file)
@@ -87,7 +87,7 @@ public:
     void init();
 
     // update the fdm
-    void update( int multiloop );
+    void update( double dt );
 
 };