aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index f95a2ac7..65984934 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1384,7 +1384,6 @@ static ALCboolean UpdateDeviceParams(ALCdevice *device, const ALCint *attrList)
if(ALEffect_DeviceUpdate(slot->EffectState, device) == AL_FALSE)
{
- ProcessContext(context);
ProcessContext(NULL);
ALCdevice_StopPlayback(device);
device->Flags &= ~DEVICE_RUNNING;