diff --git a/Alc/mixer.c b/Alc/mixer.c index 6b5272ea..779d69e0 100644 --- a/Alc/mixer.c +++ b/Alc/mixer.c @@ -618,7 +618,7 @@ ALvoid MixSource(ALvoice *voice, ALsource *Source, ALCdevice *Device, ALuint Sam { ALfloat coeffdiff; ALint delaydiff; - for(j = 0;j < HRIR_LENGTH;j++) + for(j = 0;j < IrSize;j++) { coeffdiff = parms->Hrtf[chan].Target.Coeffs[j][0] - parms->Hrtf[chan].Current.Coeffs[j][0]; hrtfparams.Steps.Coeffs[j][0] = coeffdiff * Delta;