]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ADA.hxx
Additional failure modeling.
[flightgear.git] / src / FDM / ADA.hxx
index bef66d88b4d3d1c66f26c116d385b46c2e027d56..7374c479d79f55427ee7ecb994715d3780911a6f 100644 (file)
@@ -79,7 +79,7 @@ public:
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    void update(int dt);
+    void update(double dt);
 
 };