Fix the channel spread for aux send gains with full HRTF

master
Chris Robinson 2022-08-18 20:38:49 -07:00
parent ed9408e537
commit dff86eb783
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ void CalcPanningAndFilters(Voice *voice, const float xpos, const float ypos, con
voice->mChans[c].mDryParams.Hrtf.Target.Gain = DryGain.Base;
/* Normal panning for auxiliary sends. */
const auto coeffs = CalcAngleCoeffs(chans[c].angle, chans[c].elevation, Spread);
const auto coeffs = CalcAngleCoeffs(chans[c].angle, chans[c].elevation, spread);
for(uint i{0};i < NumSends;i++)
{