diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/panning.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/alc/panning.cpp b/alc/panning.cpp index 45794454..a8f780b1 100644 --- a/alc/panning.cpp +++ b/alc/panning.cpp @@ -386,10 +386,8 @@ DecoderView MakeDecoderView(ALCdevice *device, const AmbDecConf *conf, * CB = Back center * * Additionally, surround51 will acknowledge back speakers for side - * channels, and surround51rear will acknowledge side speakers for - * back channels, to avoid issues with an ambdec expecting 5.1 to - * use the side channels when the device is configured for back, - * and vice-versa. + * channels, to avoid issues with an ambdec expecting 5.1 to use the + * back channels. */ Channel ch{}; if(speaker.Name == "LF") |