diff options
-rw-r--r-- | linden/indra/llaudio/llaudioengine_openal.cpp | 2 |
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 | ||