From 00525274a0d32b5958e82ac309ece9d9132332f1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 15 Aug 2010 14:52:12 -0700 Subject: Add click removal for wet sends --- OpenAL32/Include/alAuxEffectSlot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 9a916dd8..eb7351b2 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -22,6 +22,8 @@ typedef struct ALeffectslot ALfloat WetBuffer[BUFFERSIZE]; + ALfloat ClickRemoval[1]; + ALuint refcount; // Index to itself -- cgit v1.2.3