aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-04-14 10:44:57 -0700
committerChris Robinson <[email protected]>2016-04-14 10:44:57 -0700
commitd924e3d6c4aa8cfbc29c5522e16b30f7adaed597 (patch)
tree3eb8d9ad88d5ae981d147d5373d3b0c17cb28fa7 /Alc/ALu.c
parent38247e021a95ef7db368d385479090c6c98e2ba9 (diff)
Split aluInitPanning into separate functions for HRTF or UHJ
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index c83efce8..b679b3ca 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -551,9 +551,7 @@ ALvoid CalcNonAttnSourceParams(ALvoice *voice, const ALsource *ALSource, const A
if(DirectChannels)
{
- /* Skip the virtual channels and write FrontLeft and FrontRight
- * inputs to the real output.
- */
+ /* Skip the virtual channels and write inputs to the real output. */
voice->Direct.OutBuffer = Device->RealOut.Buffer;
voice->Direct.OutChannels = Device->RealOut.NumChannels;
for(c = 0;c < num_channels;c++)