aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-06-08 01:39:28 -0700
committerChris Robinson <[email protected]>2019-06-08 01:39:28 -0700
commit91b7e8142caf297b97d6b403ee79ba2dcbcda09f (patch)
tree5b6d15b3d37af929436a00fa772d4102fb719e73 /Alc/alc.cpp
parent7988bc6e91899179a71650bd2534d7749f2a68c3 (diff)
Simplify DistanceComp somewhat
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r--Alc/alc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp
index 58512f52..aeac5354 100644
--- a/Alc/alc.cpp
+++ b/Alc/alc.cpp
@@ -1815,7 +1815,6 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList)
device->Limiter = nullptr;
device->ChannelDelay.clear();
- device->ChannelDelay.shrink_to_fit();
device->Dry.Buffer = nullptr;
device->Dry.NumChannels = 0;