diff options
author | Chris Robinson <[email protected]> | 2023-03-16 04:40:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-03-16 04:56:08 -0700 |
commit | 24508c3901ad9df62b264d5c0d8b7294bb0e218f (patch) | |
tree | 2a924d7d38693796e2a6a78ced0a6c7863d2c9a9 /al/listener.cpp | |
parent | ef5373611fb0411be0e29c463f0e525481011eb0 (diff) |
Rename some member functions and variables for consistency
Diffstat (limited to 'al/listener.cpp')
-rw-r--r-- | al/listener.cpp | 2 |
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(); |