From c026f44a092a566a18fef78d2517fead84ed2db8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 10 May 2016 17:07:44 -0700 Subject: [PATCH] Add a comment about CoeffCount being 0 --- OpenAL32/Include/alMain.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.11.4.GIT