diff --git a/Source/FeatureHelpers/Sound/SoundWatcherImpl.h b/Source/FeatureHelpers/Sound/SoundWatcherImpl.h index b6062ea369f..ad7491b2d44 100644 --- a/Source/FeatureHelpers/Sound/SoundWatcherImpl.h +++ b/Source/FeatureHelpers/Sound/SoundWatcherImpl.h @@ -125,7 +125,7 @@ class SoundWatcherImpl { [[nodiscard]] static cs2::Vector correctSoundOrigin(cs2::Vector origin) noexcept { - constexpr auto heightDifference = -18.0f; + constexpr auto heightDifference = -20.0f; return cs2::Vector{ origin.x, origin.y, origin.z + heightDifference }; }