aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alu.cpp')
-rw-r--r--Alc/alu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/alu.cpp b/Alc/alu.cpp
index 93aeff2a..b039f5af 100644
--- a/Alc/alu.cpp
+++ b/Alc/alu.cpp
@@ -371,6 +371,7 @@ bool CalcEffectSlotParams(ALeffectslot *slot, ALCcontext *context, bool force)
{
slot->Params.Gain = props->Gain;
slot->Params.AuxSendAuto = props->AuxSendAuto;
+ slot->Params.Target = props->Target;
slot->Params.EffectType = props->Type;
slot->Params.EffectProps = props->Props;
if(IsReverbEffect(props->Type))