diff options
author | Chris Robinson <[email protected]> | 2011-06-26 01:22:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-06-26 01:22:29 -0700 |
commit | c451bf370daa38a0a5b637406abbba2dcdc071d2 (patch) | |
tree | 373361de43c71740fe03bc1e55b243b8c20af204 | |
parent | 212b187447c6b095de3629448d3a2270c09cf119 (diff) |
Remove an incorrect ProcessContext call
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |