aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-25 23:25:13 -0700
committerChris Robinson <[email protected]>2016-03-25 23:25:13 -0700
commite0466766d7f9e3017c3bb8fc39a132ee05a357d6 (patch)
treedc5ae06aacb44335297a8e647165844d09cfe492 /Alc/ALc.c
parente23da7a1dea9997f61d23af50ed915ebee98f2e9 (diff)
Include any first-order scaling in the FOAOut coefficients
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index e6c37546..6389270c 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -2173,8 +2173,6 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList)
{
device->FOAOut.Buffer = device->Dry.Buffer;
device->FOAOut.NumChannels = device->Dry.NumChannels;
- memcpy(device->FOAOut.AmbiCoeffs, device->Dry.AmbiCoeffs,
- sizeof(device->FOAOut.AmbiCoeffs));
}
SetMixerFPUMode(&oldMode);