aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 0f158b6c..d7830ae7 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -1300,8 +1300,8 @@ ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size)
HrtfMixerFunc HrtfMix = SelectHrtfMixer();
ALuint irsize = GetHrtfIrSize(device->Hrtf);
for(c = 0;c < device->NumChannels;c++)
- HrtfMix(&device->DryBuffer[outchanoffset], device->DryBuffer[c], 0.0f,
- device->Hrtf_Offset, 0.0f, irsize, &device->Hrtf_Params[c],
+ HrtfMix(&device->DryBuffer[outchanoffset], device->DryBuffer[c], 0,
+ device->Hrtf_Offset, 0, irsize, &device->Hrtf_Params[c],
&device->Hrtf_State[c], SamplesToDo
);
device->Hrtf_Offset += SamplesToDo;