From 24508c3901ad9df62b264d5c0d8b7294bb0e218f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 16 Mar 2023 04:40:10 -0700 Subject: Rename some member functions and variables for consistency --- al/listener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/listener.cpp') 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(); -- cgit v1.2.3