aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-02-11 21:59:59 -0800
committerChris Robinson <[email protected]>2018-02-11 22:23:03 -0800
commite63e0ee596e207d225e2340c867f0c0c83496cc8 (patch)
treec8b3d47eb9e90be961d624f046577c657de3726d /OpenAL32/Include/alu.h
parent494e9fd61d1a4ca98bb314a6615e720556519a95 (diff)
Combine multiple functions called sequentially
Diffstat (limited to 'OpenAL32/Include/alu.h')
-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 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;