]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.cxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Sound / fg_fx.cxx
index 0c31746c0ad0c11ef677389d181794241d6a5d02..f8d05d4c2bf056edf6f20d3f995ec91e04829412 100644 (file)
@@ -95,7 +95,7 @@ FGFX::unbind ()
 }
 
 void
-FGFX::update (int dt)
+FGFX::update (double dt)
 {
    for (unsigned int i = 0; i < _sound.size(); i++ )
       _sound[i]->update(dt);