diff options
Diffstat (limited to 'Alc/alcReverb.c')
-rw-r--r-- | Alc/alcReverb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alcReverb.c b/Alc/alcReverb.c index 86eeb71d..3529c08d 100644 --- a/Alc/alcReverb.c +++ b/Alc/alcReverb.c @@ -1131,7 +1131,7 @@ static ALvoid EAXVerbUpdate(ALeffectState *effect, ALCcontext *Context, const AL // Update early and late 3D panning. Update3DPanning(Effect->Reverb.ReflectionsPan, Effect->Reverb.LateReverbPan, - Context->PanningLUT, State); + Context->Device->PanningLUT, State); } // This processes the reverb state, given the input samples and an output |