diff options
author | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:36:47 -0500 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:36:47 -0500 |
commit | 6b48a59c9994b746a5f1ba2c7d74688ddc6d5215 (patch) | |
tree | bdec31d68e51269ee3c534e22e922c468d7e032e /indra/newview/llvieweraudio.cpp | |
parent | 2d00beeed20d7fff74252099817776aeba399b42 (diff) | |
parent | c4b42ca78ff214eef66e9fafa369edd3c4ac08c0 (diff) |
merge changes from backing out the directory change of default to base
Diffstat (limited to 'indra/newview/llvieweraudio.cpp')
-rw-r--r-- | indra/newview/llvieweraudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweraudio.cpp b/indra/newview/llvieweraudio.cpp index 934981b0ad..1d935f5ab8 100644 --- a/indra/newview/llvieweraudio.cpp +++ b/indra/newview/llvieweraudio.cpp @@ -251,7 +251,7 @@ void audio_update_wind(bool force_update) { // initialize wind volume (force_update) by using large volume_delta // which is sufficient to completely turn off or turn on wind noise - volume_delta = max_wind_volume; + volume_delta = 1.f; } // mute wind when not flying |