diff options
author | McCabe Maxsted | 2009-06-08 01:42:50 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-08 01:42:50 -0700 |
commit | dfc614dd1970b7ca35f0a5fff4ad2542add68e94 (patch) | |
tree | efa549d1ac07bc4abff3a7868c8ce5745ede39bd /linden/indra/llaudio/audioengine_openal.h | |
parent | Fixed CopyWinLibs.CMake errors (removed Vivox) (diff) | |
download | meta-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.h | 1 |
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 | ||
79 | class LLAudioChannelOpenAL : public LLAudioChannel | 78 | class LLAudioChannelOpenAL : public LLAudioChannel |