diff options
author | Chris Robinson <[email protected]> | 2018-12-24 15:17:38 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-24 15:17:38 -0800 |
commit | bbf9e6931cf607da49bb5a541e86f9760ea68047 (patch) | |
tree | 54ca008453a162e55f2bcf8c130d6e2fc1151123 /Alc/alu.cpp | |
parent | ae86aef4db02675ec64d690556905ea034753c87 (diff) |
Propagate an effectslot target property
Diffstat (limited to 'Alc/alu.cpp')
-rw-r--r-- | Alc/alu.cpp | 1 |
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)) |