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