aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine_openal.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-08 01:42:50 -0700
committerMcCabe Maxsted2009-06-08 01:42:50 -0700
commitdfc614dd1970b7ca35f0a5fff4ad2542add68e94 (patch)
treeefa549d1ac07bc4abff3a7868c8ce5745ede39bd /linden/indra/llaudio/audioengine_openal.h
parentFixed CopyWinLibs.CMake errors (removed Vivox) (diff)
downloadmeta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.zip
meta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.tar.gz
meta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.tar.bz2
meta-impy-dfc614dd1970b7ca35f0a5fff4ad2542add68e94.tar.xz
Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC'
Diffstat (limited to 'linden/indra/llaudio/audioengine_openal.h')
-rw-r--r--linden/indra/llaudio/audioengine_openal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llaudio/audioengine_openal.h b/linden/indra/llaudio/audioengine_openal.h
index 5ccdcb7..c14551c 100644
--- a/linden/indra/llaudio/audioengine_openal.h
+++ b/linden/indra/llaudio/audioengine_openal.h
@@ -73,7 +73,6 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
73 int mNumEmptyWindALBuffers; 73 int mNumEmptyWindALBuffers;
74 74
75 static const int MAX_NUM_WIND_BUFFERS = 80; 75 static const int MAX_NUM_WIND_BUFFERS = 80;
76 static const float WIND_BUFFER_SIZE_SEC = 0.05f; // 1/20th sec
77}; 76};
78 77
79class LLAudioChannelOpenAL : public LLAudioChannel 78class LLAudioChannelOpenAL : public LLAudioChannel