aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/effects/reverb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/effects/reverb.c b/Alc/effects/reverb.c
index c0b5546f..456b25dc 100644
--- a/Alc/effects/reverb.c
+++ b/Alc/effects/reverb.c
@@ -1357,7 +1357,7 @@ static ALvoid LateReverb(ALreverbState *State, ALsizei todo, ALfloat (*restrict
/* Apply a low-pass filter to simulate surface absorption. */
for(j = 0;j < 4;j++)
- f[j] = LateLowPassInOut(State, 0, f[j]);
+ f[j] = LateLowPassInOut(State, j, f[j]);
/* To help increase diffusion, run each line through three all-pass
* filters. This is where the feedback cycles from line 0 to 3 to 1 to