aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index ee89b60a..50cda827 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -2102,7 +2102,7 @@ ALCenum UpdateDeviceParams(ALCdevice *device, const int *attrList)
sample_delay += FrontStablizer::DelayLength;
}
- if(device->getConfigValueBool(nullptr, "dither", 1))
+ if(device->getConfigValueBool(nullptr, "dither", true))
{
int depth{device->configValue<int>(nullptr, "dither-depth").value_or(0)};
if(depth <= 0)