aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/reverb.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-08-16 13:00:03 -0700
committerChris Robinson <[email protected]>2022-08-16 13:00:03 -0700
commit90f02176dd46f0754ed0c5f1e95b9ba9917839bb (patch)
treee3a792bbbe31939abae8b01a3bf66344b2aa9380 /alc/effects/reverb.cpp
parent832ccd7f489f7db763a164c663d730f4cadb71bc (diff)
Inline a function and remove an unnecessary parameter
Diffstat (limited to 'alc/effects/reverb.cpp')
-rw-r--r--alc/effects/reverb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/effects/reverb.cpp b/alc/effects/reverb.cpp
index 7e90f692..3ef56206 100644
--- a/alc/effects/reverb.cpp
+++ b/alc/effects/reverb.cpp
@@ -696,7 +696,7 @@ void ReverbState::deviceUpdate(const DeviceBase *device, const Buffer&)
if(device->mAmbiOrder > 1)
{
mUpmixOutput = true;
- mOrderScales = AmbiScale::GetHFOrderScales(1, device->mAmbiOrder);
+ mOrderScales = AmbiScale::GetHFOrderScales(1);
}
else
{