diff options
author | Chris Robinson <[email protected]> | 2008-01-15 16:22:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-15 16:22:39 -0800 |
commit | b95fcf5da1bb9b37f26c5f42864074790a48dc4f (patch) | |
tree | 9dd8ecbbc152ebd14722ee075963aee4a9ce8cff /Alc | |
parent | 707e5968115f99afd6efe6b0f61d8bbf0baa7a94 (diff) |
Store effect slots in the context
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1013,6 +1013,8 @@ ALCAPI ALCvoid ALCAPIENTRY alcDestroyContext(ALCcontext *context) // Lock context SuspendContext(context); + ReleaseALAuxiliaryEffectSlots(context); + context->Device->Context = NULL; list = &g_pContextList; |