diff options
Diffstat (limited to 'al/event.cpp')
-rw-r--r-- | al/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/event.cpp b/al/event.cpp index 0d41e713..75827b59 100644 --- a/al/event.cpp +++ b/al/event.cpp @@ -64,7 +64,7 @@ static int EventThread(ALCcontext *context) if(evt.EnumType == EventType_ReleaseEffectState) { - evt.u.mEffectState->DecRef(); + evt.u.mEffectState->release(); continue; } |