aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-22 16:23:08 -0800
committerChris Robinson <[email protected]>2014-11-22 16:23:08 -0800
commita217be15396700c024eaed8264a6233a15595e77 (patch)
tree4c49c3908f66c245813bc07793fd479d79d87f9e /OpenAL32/Include
parent637993a7938063ec5e7cc76000b08218faa088e0 (diff)
Rename Voice's NumChannels to OutChannels
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index c96d5563..56c37fe8 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -58,7 +58,7 @@ typedef struct MixGains {
typedef struct DirectParams {
ALfloat (*OutBuffer)[BUFFERSIZE];
- ALuint NumChannels;
+ ALuint OutChannels;
/* If not 'moving', gain/coefficients are set directly without fading. */
ALboolean Moving;