diff options
author | Chris Robinson <[email protected]> | 2017-06-16 19:00:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-16 19:00:00 -0700 |
commit | 879b79740f0566bf56d7e8a7f636ce404c1a692d (patch) | |
tree | c3c0fd3957d46ea39f1c447d78f64bf54006f438 /Alc/panning.c | |
parent | e18f7ca3e401fc8d0ad56eeed3cc03b81697853f (diff) |
Round the B-Format HRTF response where the multiple is defined
Diffstat (limited to 'Alc/panning.c')
-rw-r--r-- | Alc/panning.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/panning.c b/Alc/panning.c index c00421c9..a5cddcb2 100644 --- a/Alc/panning.c +++ b/Alc/panning.c @@ -963,9 +963,6 @@ static void InitHrtfPanning(ALCdevice *device) device->Hrtf, device->Dry.NumChannels, AmbiPoints, AmbiMatrix, COUNTOF(AmbiPoints) ); - - /* Round up to the nearest multiple of 8 */ - device->Hrtf->IrSize = (device->Hrtf->IrSize+7)&~7; } static void InitUhjPanning(ALCdevice *device) |