aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index fd9b5334..f8c8060d 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -604,7 +604,7 @@ ALvoid CalcSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
if(WetGainHFAuto)
{
for(i = 0;i < NumSends;i++)
- WetGain[i] *= ConeHF;
+ WetGainHF[i] *= ConeHF;
}
// Clamp to Min/Max Gain