diff options
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1046,8 +1046,6 @@ ALvoid aluHandleDisconnect(ALCdevice *device) ALsource *source; ALsizei pos; - SuspendContext(Context); - for(pos = 0;pos < Context->SourceMap.size;pos++) { source = Context->SourceMap.array[pos].value; @@ -1059,7 +1057,6 @@ ALvoid aluHandleDisconnect(ALCdevice *device) source->position_fraction = 0; } } - ProcessContext(Context); } device->Connected = ALC_FALSE; |