diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-09 16:04:37 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-09 16:04:37 +0300 |
| commit | c0ce2565918af03f1dabcb02dedb87c1c447008a (patch) | |
| tree | ed7539289121ecf3c599d4d63136474bd7b470bc /indra/llaudio/llaudioengine_fmodstudio.cpp | |
| parent | 8cb9bcf1d6379afb3f0784c3741f77b5df437dea (diff) | |
SL-11445 Fix fmod studio position and orientation attributes
Diffstat (limited to 'indra/llaudio/llaudioengine_fmodstudio.cpp')
| -rw-r--r-- | indra/llaudio/llaudioengine_fmodstudio.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llaudio/llaudioengine_fmodstudio.cpp b/indra/llaudio/llaudioengine_fmodstudio.cpp index 8f07c81c57..49ae01b44d 100644 --- a/indra/llaudio/llaudioengine_fmodstudio.cpp +++ b/indra/llaudio/llaudioengine_fmodstudio.cpp @@ -725,8 +725,6 @@ FMOD_RESULT F_CALLBACK windCallback(FMOD_DSP_STATE *dsp_state, float *inbuffer, FMOD::DSP *thisdsp = (FMOD::DSP *)dsp_state->instance; thisdsp->getUserData((void **)&windgen); - S32 channels, configwidth, configheight; - thisdsp->getInfo(0, 0, &channels, &configwidth, &configheight); windgen->windGenerate((LLAudioEngine_FMODSTUDIO::MIXBUFFERFORMAT *)outbuffer, length); |
