aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alc/context.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/context.cpp b/alc/context.cpp
index 69e42731..c51abdae 100644
--- a/alc/context.cpp
+++ b/alc/context.cpp
@@ -257,6 +257,9 @@ void ALCcontext::applyAllUpdates()
/* busy-wait */
}
+#ifdef ALSOFT_EAX
+ eax_apply_deferred();
+#endif
if(std::exchange(mPropsDirty, false))
UpdateContextProps(this);
UpdateAllEffectSlotProps(this);