diff options
Diffstat (limited to 'Alc/ALc.c')
-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; |