diff options
author | Chris Robinson <[email protected]> | 2014-11-29 03:32:25 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-29 03:32:25 -0800 |
commit | 0c74a14543a100430517838e147696f1de0de738 (patch) | |
tree | c65d1e90bc7a4e1414808b416525be0fa0af234f /Alc/ALu.c | |
parent | cf50f44f4d23f9c7d04815f41dada3357d568f2b (diff) |
Remove IrSize from DirectParams
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -589,7 +589,6 @@ ALvoid CalcNonAttnSourceParams(ALvoice *voice, const ALsource *ALSource, const A } voice->Direct.Counter = 0; voice->Direct.Moving = AL_TRUE; - voice->Direct.Hrtf.IrSize = GetHrtfIrSize(Device->Hrtf); voice->IsHrtf = AL_TRUE; } @@ -1065,7 +1064,6 @@ ALvoid CalcSourceParams(ALvoice *voice, const ALsource *ALSource, const ALCconte voice->Direct.LastDir[1] = dir[1]; voice->Direct.LastDir[2] = dir[2]; } - voice->Direct.Hrtf.IrSize = GetHrtfIrSize(Device->Hrtf); voice->IsHrtf = AL_TRUE; } |