diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/context.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/context.cpp b/alc/context.cpp index f2dcb088..9f4e9b5a 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -254,7 +254,8 @@ void ALCcontext::applyAllUpdates() } #ifdef ALSOFT_EAX - eax_commit(); + if(eax_is_initialized_) + eax_commit(); #endif if(std::exchange(mPropsDirty, false)) UpdateContextProps(this); |