aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alc/alu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index 748fd4b5..ad5a2115 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -767,7 +767,7 @@ void CalcPanningAndFilters(Voice *voice, const float xpos, const float ypos, con
voice->mFlags.reset(VoiceHasHrtf).reset(VoiceHasNfc);
if(auto *decoder{voice->mDecoder.get()})
- decoder->mWidthControl = props->EnhWidth;
+ decoder->mWidthControl = minf(props->EnhWidth, 0.7f);
if(IsAmbisonic(voice->mFmtChannels))
{