diff options
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index a3a308d9..1b14dd36 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -53,6 +53,7 @@ struct ALeffectslotArray { struct ALeffectslotProps { ALfloat Gain; ALboolean AuxSendAuto; + ALeffectslot *Target; ALenum Type; ALeffectProps Props; @@ -66,6 +67,7 @@ struct ALeffectslotProps { struct ALeffectslot { ALfloat Gain{1.0f}; ALboolean AuxSendAuto{AL_TRUE}; + ALeffectslot *Target{nullptr}; struct { ALenum Type{AL_EFFECT_NULL}; |