aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-05-10 17:07:44 -0700
committerChris Robinson <[email protected]>2016-05-10 17:07:44 -0700
commitc026f44a092a566a18fef78d2517fead84ed2db8 (patch)
tree3deb92a77129e8996e1a98bbb2c645746a182775
parent7dac02148bca67ceae56e880f5f2a490faff1a38 (diff)
Add a comment about CoeffCount being 0
-rw-r--r--OpenAL32/Include/alMain.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index e3f272df..e818245b 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -594,7 +594,9 @@ struct ALCdevice_struct
BFChannelConfig Map[MAX_OUTPUT_CHANNELS];
} Ambi;
/* Number of coefficients in each ChannelConfig to mix together (4 for
- * first-order, 9 for second-order, etc).
+ * first-order, 9 for second-order, etc). If the count is 0, the
+ * BFChannelConfig is used instead to map each output to a coefficient
+ * index.
*/
ALuint CoeffCount;