diff options
author | Chris Robinson <[email protected]> | 2018-02-11 21:59:59 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-02-11 22:23:03 -0800 |
commit | e63e0ee596e207d225e2340c867f0c0c83496cc8 (patch) | |
tree | c8b3d47eb9e90be961d624f046577c657de3726d /OpenAL32/Include | |
parent | 494e9fd61d1a4ca98bb314a6615e720556519a95 (diff) |
Combine multiple functions called sequentially
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 a151c761..609118bf 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -157,7 +157,7 @@ typedef struct DirectParams { ALfilterState LowPass; ALfilterState HighPass; - NfcFilter NFCtrlFilter[MAX_AMBI_ORDER]; + NfcFilter NFCtrlFilter; struct { HrtfParams Old; |