aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/reverb.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-08-25 23:22:45 -0700
committerChris Robinson <[email protected]>2022-08-25 23:22:45 -0700
commite48c294a69c60cfa5b83b9a27e96caa2c207cd46 (patch)
treed574cd57b88a7a01a7116ec4c2bf781fd343a307 /alc/effects/reverb.cpp
parent298318bd8a44c8bbc8875aabb50b936dc14e8626 (diff)
Create and use 2D upsampling matrices
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 3ef56206..97639b3b 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);
+ mOrderScales = AmbiScale::GetHFOrderScales(1, true);
}
else
{