aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alFilter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenAL32/Include/alFilter.h b/OpenAL32/Include/alFilter.h
index 11cb45cd..413f2a12 100644
--- a/OpenAL32/Include/alFilter.h
+++ b/OpenAL32/Include/alFilter.h
@@ -2,13 +2,14 @@
#define _AL_FILTER_H_
#include "AL/al.h"
+#include "alu.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
- ALfloat history[4];
+ ALfloat history[OUTPUTCHANNELS*2];
ALfloat coeff;
} FILTER;