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