aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/hrtfbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/mixer/hrtfbase.h')
-rw-r--r--alc/mixer/hrtfbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/mixer/hrtfbase.h b/alc/mixer/hrtfbase.h
index eea63efa..80845e2e 100644
--- a/alc/mixer/hrtfbase.h
+++ b/alc/mixer/hrtfbase.h
@@ -119,7 +119,7 @@ inline void MixDirectHrtfBase(FloatBufferLine &LeftOut, FloatBufferLine &RightOu
* which cancels out with the backwards phase shift to get the original
* phase on the split signal.
*/
- chan_iter->mSplitter.applyHfScale(tempbuf, chan_iter->mHfScale);
+ chan_iter->mSplitter.processHfScale(tempbuf, chan_iter->mHfScale);
/* Now apply the HRIR coefficients to this channel. */
const auto &Coeffs = chan_iter->mCoeffs;