From 72986882f549275c6c946b325a9c75b1547f37f1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 23 Mar 2014 16:28:55 -0700 Subject: Remove the click removal buffers for auxiliary effect slots --- Alc/mixer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Alc/mixer.c') diff --git a/Alc/mixer.c b/Alc/mixer.c index ae6b324f..122476e5 100644 --- a/Alc/mixer.c +++ b/Alc/mixer.c @@ -342,8 +342,7 @@ ALvoid MixSource(ALactivesource *src, ALCdevice *Device, ALuint SamplesToDo) DoFilter(&sendparms->LpFilter[chan], SrcData, ResampledData, DstBufferSize); - src->WetMix(sendparms, SrcData, OutPos, - SamplesToDo, DstBufferSize); + src->WetMix(sendparms, SrcData, OutPos, DstBufferSize); } } /* Update positions */ -- cgit v1.2.3