aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-06-27 16:30:46 -0700
committerMcCabe Maxsted2011-06-27 16:30:46 -0700
commitd5bd612e099d9501d2a679900aec573ed90655a1 (patch)
tree142a384020131d882cf9be790e6e6bfe75a25c46 /linden/indra/llaudio
parentRemoved some unused code from the media tab panel and fixed the '?' button in... (diff)
downloadmeta-impy-d5bd612e099d9501d2a679900aec573ed90655a1.zip
meta-impy-d5bd612e099d9501d2a679900aec573ed90655a1.tar.gz
meta-impy-d5bd612e099d9501d2a679900aec573ed90655a1.tar.bz2
meta-impy-d5bd612e099d9501d2a679900aec573ed90655a1.tar.xz
Fixed llinfos comment in llaudioengine_openal.cpp: updatewind, not initwind
Diffstat (limited to 'linden/indra/llaudio')
-rw-r--r--linden/indra/llaudio/llaudioengine_openal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llaudio/llaudioengine_openal.cpp b/linden/indra/llaudio/llaudioengine_openal.cpp
index 90dffc6..720fb7f 100644
--- a/linden/indra/llaudio/llaudioengine_openal.cpp
+++ b/linden/indra/llaudio/llaudioengine_openal.cpp
@@ -650,7 +650,7 @@ void LLAudioEngine_OpenAL::updateWind(LLVector3 wind_vec, F32 camera_altitude)
650 alGenBuffers(1,&buffer); 650 alGenBuffers(1,&buffer);
651 if ((error=alGetError()) != AL_NO_ERROR) 651 if ((error=alGetError()) != AL_NO_ERROR)
652 { 652 {
653 llwarns << "LLAudioEngine_OpenAL::initWind() Error creating wind buffer: " << convertALErrorToString(error) << llendl; 653 llwarns << "LLAudioEngine_OpenAL::updateWind() Error creating wind buffer: " << convertALErrorToString(error) << llendl;
654 break; 654 break;
655 } 655 }
656 656