]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/NullFDM.hxx
I forgot a linker dependency. It really si time to figure out why these are all needed.
[flightgear.git] / src / FDM / NullFDM.hxx
index 1d2dd2844846c7125f2d2f0db337526661093314..f2e4f1f8ae5b34adb26e532a20378378ac7beb4b 100644 (file)
@@ -39,7 +39,7 @@ public:
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    void update( int multiloop );
+    void update( double dt );
 };