aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/hrtfbase.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-05-19 13:58:55 -0700
committerChris Robinson <[email protected]>2020-05-19 13:58:55 -0700
commit19baf646d2b22da6978655d2606440e0151aca55 (patch)
tree6134ecfb2a47bfc358b9127bcb21cb25863089fa /alc/mixer/hrtfbase.h
parentc5e90ed6c7878178d92aef372d67ed12d126bfc0 (diff)
Rename applyHfScale to processHfScale
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;