aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
Diffstat (limited to 'alc')
-rw-r--r--alc/panning.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/panning.cpp b/alc/panning.cpp
index a8f780b1..a7cf95ca 100644
--- a/alc/panning.cpp
+++ b/alc/panning.cpp
@@ -433,6 +433,7 @@ DecoderView MakeDecoderView(ALCdevice *device, const AmbDecConf *conf,
{
ret.mOrder = decoder.mOrder;
ret.mIs3D = decoder.mIs3D;
+ ret.mScaling = decoder.mScaling;
ret.mChannels = {decoder.mChannels.data(), chan_count};
ret.mOrderGain = decoder.mOrderGain;
ret.mCoeffs = {decoder.mCoeffs.data(), chan_count};