From e5cae875020ceced4a62557c230bb58a67fbe036 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 16 Aug 2010 14:53:21 -0700 Subject: Handle clicks by watching changes between updates --- OpenAL32/Include/alAuxEffectSlot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include/alAuxEffectSlot.h') diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index eb7351b2..92165d62 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -23,6 +23,7 @@ typedef struct ALeffectslot ALfloat WetBuffer[BUFFERSIZE]; ALfloat ClickRemoval[1]; + ALfloat PendingClicks[1]; ALuint refcount; -- cgit v1.2.3