diff options
author | Chris Robinson <[email protected]> | 2014-11-22 16:23:08 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-22 16:23:08 -0800 |
commit | a217be15396700c024eaed8264a6233a15595e77 (patch) | |
tree | 4c49c3908f66c245813bc07793fd479d79d87f9e /OpenAL32/Include | |
parent | 637993a7938063ec5e7cc76000b08218faa088e0 (diff) |
Rename Voice's NumChannels to OutChannels
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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; |