aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-09-05 00:38:41 -0700
committerChris Robinson <[email protected]>2016-09-05 00:38:41 -0700
commit42452b7f796a317a8d1159d16c5b84f8defd5e80 (patch)
tree07b644a21d1e3bdb0cfbb6e0df2d49732dac6ce8 /Alc/ALu.c
parentcf0ef500ec6e999e744d4ad54e26e0c74c8c53b9 (diff)
Correct a comment about B-Format conversion
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index fc49c60f..d50582ad 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -540,7 +540,7 @@ static void CalcNonAttnSourceParams(ALvoice *voice, const struct ALsourceProps *
aluCrossproduct(N, V, U);
aluNormalize(U);
- /* Build a rotate + conversion matrix (B-Format -> N3D). */
+ /* Build a rotate + conversion matrix (FuMa -> ACN+N3D). */
scale = 1.732050808f;
aluMatrixfSet(&matrix,
1.414213562f, 0.0f, 0.0f, 0.0f,