From e63e0ee596e207d225e2340c867f0c0c83496cc8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 11 Feb 2018 21:59:59 -0800 Subject: Combine multiple functions called sequentially --- OpenAL32/Include/alu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alu.h') 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; -- cgit v1.2.3