]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/FGEventMgr.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Time / FGEventMgr.hxx
index 49771181060b1c8daacb93aa72f848b7fc6daeba..54ec6ae7b46df3a35c479174dc69f151d2873837 100644 (file)
@@ -129,9 +129,9 @@ public:
 
     /*
      * Update the elapsed time for all events.
-     * @param dt elapsed time in milliseconds.
+     * @param dt elapsed time in seconds.
      */
-    void update( int dt );
+    void update( double dt );
 
     /**
      * Register a free standing function to be executed some time in the future.