diff options
author | Chris Robinson <[email protected]> | 2019-12-17 22:25:00 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-12-17 22:25:00 -0800 |
commit | a8de1570e9d9e4bf07f1d95a01f79865c4027736 (patch) | |
tree | c91dd6d092e101039c209f4b8ebc49d0f9e81c88 /alc | |
parent | 466c6faeb5deb4390cc9dda24fddd67152b07b90 (diff) |
Update a comment since B-Format input isn't always FuMa
Diffstat (limited to 'alc')
-rw-r--r-- | alc/alu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index d366e5f3..f312c161 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -895,8 +895,8 @@ void CalcPanningAndFilters(ALvoice *voice, const ALfloat xpos, const ALfloat ypo shrot[3][1] = U[2]; shrot[3][2] = -V[2]; shrot[3][3] = -N[2]; AmbiRotator(shrot, static_cast<int>(minu(voice->mAmbiOrder, Device->mAmbiOrder))); - /* Convert the rotation matrix for FuMa input ordering and scaling, - * and whether input is 2D or 3D. + /* Convert the rotation matrix for input ordering and scaling, and + * whether input is 2D or 3D. */ const uint8_t *index_map{(voice->mFmtChannels == FmtBFormat2D) ? GetAmbi2DLayout(voice->mAmbiLayout).data() : |