diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/alu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index 6423ee49..0c4b1cb1 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -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++) { |