diff options
author | McCabe Maxsted | 2010-09-02 13:05:34 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-02 13:05:34 -0700 |
commit | 3fe17b6bbdbb6cdbe811e43f72394e2f6ba482cd (patch) | |
tree | 1ad67f00d043ffba9fa88be2e6ba52080b2a761b /linden/indra/llaudio/audioengine_openal.cpp | |
parent | fetch uptodate hunspell for linux* and boost1.39(incl linden-coroutine) for l... (diff) | |
download | meta-impy-3fe17b6bbdbb6cdbe811e43f72394e2f6ba482cd.zip meta-impy-3fe17b6bbdbb6cdbe811e43f72394e2f6ba482cd.tar.gz meta-impy-3fe17b6bbdbb6cdbe811e43f72394e2f6ba482cd.tar.bz2 meta-impy-3fe17b6bbdbb6cdbe811e43f72394e2f6ba482cd.tar.xz |
Applied patch by Damian Delacrois for VWR-10592: sounds not working when running multiple instances
Diffstat (limited to 'linden/indra/llaudio/audioengine_openal.cpp')
-rw-r--r-- | linden/indra/llaudio/audioengine_openal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llaudio/audioengine_openal.cpp b/linden/indra/llaudio/audioengine_openal.cpp index b4eed57..84305f0 100644 --- a/linden/indra/llaudio/audioengine_openal.cpp +++ b/linden/indra/llaudio/audioengine_openal.cpp | |||
@@ -109,7 +109,7 @@ bool LLAudioEngine_OpenAL::init(const S32 num_channels, void* userdata) | |||
109 | ALCdevice *device = alcGetContextsDevice(alcGetCurrentContext()); | 109 | ALCdevice *device = alcGetContextsDevice(alcGetCurrentContext()); |
110 | 110 | ||
111 | alcGetIntegerv(device, ALC_MAJOR_VERSION, 1, &major); | 111 | alcGetIntegerv(device, ALC_MAJOR_VERSION, 1, &major); |
112 | alcGetIntegerv(device, ALC_MAJOR_VERSION, 1, &minor); | 112 | alcGetIntegerv(device, ALC_MINOR_VERSION, 1, &minor); |
113 | llinfos << "ALC version: " << major << "." << minor << llendl; | 113 | llinfos << "ALC version: " << major << "." << minor << llendl; |
114 | 114 | ||
115 | llinfos << "ALC default device: " | 115 | llinfos << "ALC default device: " |