]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_sound.hxx
Fix a bug in transit sound termination and adjust the minimum time we
[flightgear.git] / src / Sound / fg_sound.hxx
index e3c0cda4618a123f0cadafa59467a2405b1d7ca5..ce66e13a3dbdd985c3f9c41313e4a0f0ca8b0e80 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "soundmgr.hxx"
 
-static const double MAX_TRANSIT_TIME = 0.01;   // 10 ms.
+static const double MAX_TRANSIT_TIME = 0.1;    // 10 ms.
 
 
 /**