]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UFO.hxx
Use the density values from the environment subsystem, to properly handle
[flightgear.git] / src / FDM / UFO.hxx
index 8ceecf1357a1d1e63857510d3d6a892ed3714e22..077332c6c09d34ad788203f73e6af8656094ae33 100644 (file)
@@ -40,7 +40,7 @@ public:
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    void update( int multiloop );
+    void update( double dt );
 
 };