aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-12 06:58:27 -0700
committerChris Robinson <[email protected]>2017-03-12 06:58:27 -0700
commit7b4645f5f8d0269f47517a506297bfb7694ec990 (patch)
treebfa97603c7c0fbc7dc4914a6c8d8a2b200a21341 /Alc/ALu.c
parent96aaab93662be289d3b2c5312ae50502afa8d221 (diff)
Store the HRIR coeff pointer and delays directly in MixHrtfParams
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 55f0c09a..5148d141 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -1504,7 +1504,6 @@ void aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size)
state = device->Hrtf;
for(c = 0;c < device->Dry.NumChannels;c++)
{
- typedef ALfloat ALfloat2[2];
HrtfMix(device->RealOut.Buffer[lidx], device->RealOut.Buffer[ridx],
device->Dry.Buffer[c], state->Offset, state->IrSize,
SAFE_CONST(ALfloat2*,state->Chan[c].Coeffs),