From 9adc20e4e727bb2a9829cf9c9a970358d094b951 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 18 Dec 2007 15:47:24 -0800 Subject: Implement AL_EFFECTSLOT_GAIN property --- OpenAL32/Include/alAuxEffectSlot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include/alAuxEffectSlot.h') diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 26e9822d..72640610 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -21,6 +21,8 @@ typedef struct ALeffectslot_struct ALeffect effect; + ALfloat Gain; + // Index to itself ALuint effectslot; -- cgit v1.2.3