diff options
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 577b71f5..2b2432c4 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -256,7 +256,7 @@ struct ALvoice { InterpState ResampleState; - std::array<ALfloat,MAX_AMBI_ORDER+1> AmbiScales; + std::array<ALfloat,MAX_INPUT_CHANNELS> AmbiScales; BandSplitter AmbiSplitter[MAX_INPUT_CHANNELS]; struct { |