diff options
author | Chris Robinson <[email protected]> | 2008-07-22 14:29:27 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-22 14:29:27 -0700 |
commit | 93c0f61050dbe15e692e567a208bd0c60d60b4dd (patch) | |
tree | 954feceb29f33dc5b135810c2a5f3a1b6e810c85 /OpenAL32/alAuxEffectSlot.c | |
parent | 3a8c543f8bb814216fd3f68e4116e63b6d46215f (diff) |
Clarify implicit destruction warnings
Diffstat (limited to 'OpenAL32/alAuxEffectSlot.c')
-rw-r--r-- | OpenAL32/alAuxEffectSlot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c index 7f073435..23765cf6 100644 --- a/OpenAL32/alAuxEffectSlot.c +++ b/OpenAL32/alAuxEffectSlot.c @@ -522,7 +522,7 @@ ALvoid ReleaseALAuxiliaryEffectSlots(ALCcontext *Context) { #ifdef _DEBUG if(Context->AuxiliaryEffectSlotCount > 0) - AL_PRINT("alcDestroyContext(): %d AuxiliaryEffectSlot(s) NOT deleted\n", Context->AuxiliaryEffectSlotCount); + AL_PRINT("alcDestroyContext(): deleting %d AuxiliaryEffectSlot(s)\n", Context->AuxiliaryEffectSlotCount); #endif while(Context->AuxiliaryEffectSlot) |