diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-04-01 09:23:27 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-04-01 09:23:27 -0400 |
| commit | 8bc829220f8fc99180a1b1917220576a59de7339 (patch) | |
| tree | 626ee852038ef0729fe86e521f3719f94c94ce44 /indra/llaudio/llaudioengine_openal.cpp | |
| parent | ed2222be5d33cb4216e6826507ae1d06e9781253 (diff) | |
| parent | 635a4524fafe754f38432fce2206f8c730df5234 (diff) | |
merge changes for storm-399
Diffstat (limited to 'indra/llaudio/llaudioengine_openal.cpp')
| -rw-r--r-- | indra/llaudio/llaudioengine_openal.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llaudio/llaudioengine_openal.cpp b/indra/llaudio/llaudioengine_openal.cpp index e352045291..34a057dcc0 100644 --- a/indra/llaudio/llaudioengine_openal.cpp +++ b/indra/llaudio/llaudioengine_openal.cpp @@ -32,6 +32,8 @@ #include "lllistener_openal.h" +const float LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC = 0.05f; + LLAudioEngine_OpenAL::LLAudioEngine_OpenAL() : mWindGen(NULL), |
