From 65620e0ae5204981f7e8116efc3eb37e4b88a02e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 23 Nov 2014 20:43:17 -0800 Subject: [PATCH] Update a comment --- Alc/ALc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Alc/ALc.c b/Alc/ALc.c index d4d3e3f5..06bd0ee6 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -2016,9 +2016,9 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) aluInitPanning(device); - /* With HRTF enabled, the channels are virtual and get positioned around - * the virtual listener. Two extra channels are allocated for the actual - * HRTF-filtered output. + /* With HRTF enabled, virtual channels are allocated for B-Format and + * effects renfering. Two extra channels are allocated for the actual HRTF- + * filtered output. */ size = sizeof(device->DryBuffer[0]) * (device->NumChannels + (device->Hrtf ? 2 : 0)); device->DryBuffer = al_calloc(16, size); -- 2.11.4.GIT