aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-06-26 01:22:29 -0700
committerChris Robinson <[email protected]>2011-06-26 01:22:29 -0700
commitc451bf370daa38a0a5b637406abbba2dcdc071d2 (patch)
tree373361de43c71740fe03bc1e55b243b8c20af204
parent212b187447c6b095de3629448d3a2270c09cf119 (diff)
Remove an incorrect ProcessContext call
-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;