diff options
author | Chris Robinson <[email protected]> | 2019-06-05 23:00:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-06-05 23:00:28 -0700 |
commit | 24df52c0420128ec9808cd65efa1aad7fd6827ec (patch) | |
tree | 9dfcfcb6828b27376e173d1efbb50c4fa01a6aa8 /OpenAL32/Include/alMain.h | |
parent | f9da06fc6a265e3ab2f548a9533b222e7a183637 (diff) |
Remove the per-voice ChannelsPerOrder field
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 0534751f..e0639825 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -411,7 +411,7 @@ struct ALCdevice { /* The "dry" path corresponds to the main output. */ MixParams Dry; - ALsizei NumChannelsPerOrder[MAX_AMBI_ORDER+1]{}; + ALuint NumChannelsPerOrder[MAX_AMBI_ORDER+1]{}; /* "Real" output, which will be written to the device buffer. May alias the * dry buffer. |