diff options
author | Chris Robinson <[email protected]> | 2018-09-19 21:09:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-09-19 21:09:19 -0700 |
commit | 6eb980d1b23bec90226b2012a0346f7be8407fdd (patch) | |
tree | 83548b1449961ea843cc552783c269e98c6181e9 /Alc/ALu.c | |
parent | 48b7745a49296bd70e16fbf8eeed2d47c84e72a9 (diff) |
Remove a couple duplicate functions
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -732,7 +732,7 @@ static void CalcPanningAndFilters(ALvoice *voice, const ALfloat Azi, const ALflo if(Slot) { for(c = 0;c < num_channels;c++) - ComputeFirstOrderGainsBF(Slot->ChanMap, Slot->NumChannels, + ComputePanningGainsBF(Slot->ChanMap, Slot->NumChannels, matrix.m[c], WetGain[i], voice->Send[i].Params[c].Gains.Target ); } |