aboutsummaryrefslogtreecommitdiffstats
path: root/al/listener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'al/listener.cpp')
-rw-r--r--al/listener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/listener.cpp b/al/listener.cpp
index 2a9f2cb3..06d7c370 100644
--- a/al/listener.cpp
+++ b/al/listener.cpp
@@ -53,7 +53,7 @@ inline void CommitAndUpdateProps(ALCcontext *context)
if(!context->mDeferUpdates)
{
#ifdef ALSOFT_EAX
- if(context->eax_needs_commit())
+ if(context->eaxNeedsCommit())
{
context->mPropsDirty = true;
context->applyAllUpdates();