diff options
Diffstat (limited to 'alc/context.cpp')
-rw-r--r-- | alc/context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/context.cpp b/alc/context.cpp index 290c4f01..ea806d95 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -249,7 +249,6 @@ bool ALCcontext::deinit() void ALCcontext::processUpdates() { - std::lock_guard<std::mutex> _{mPropLock}; if(mDeferUpdates.exchange(false, std::memory_order_acq_rel)) { /* Tell the mixer to stop applying updates, then wait for any active |