diff options
Diffstat (limited to 'alc/effects/dedicated.cpp')
-rw-r--r-- | alc/effects/dedicated.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alc/effects/dedicated.cpp b/alc/effects/dedicated.cpp index 434dfc69..4d7a39f0 100644 --- a/alc/effects/dedicated.cpp +++ b/alc/effects/dedicated.cpp @@ -43,6 +43,10 @@ namespace { using uint = unsigned int; struct DedicatedState final : public EffectState { + /* The "dedicated" effect can output to the real output, so should have + * gains for all possible output channels and not just the main ambisonic + * buffer. + */ float mCurrentGains[MAX_OUTPUT_CHANNELS]; float mTargetGains[MAX_OUTPUT_CHANNELS]; |