From ee946f57c3fffca4799cc5cb1eb6d8497df41c01 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 13 Feb 2022 22:24:23 -0800 Subject: Commit EAX context properties when a context stops deferring --- alc/context.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alc/context.cpp') 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); -- cgit v1.2.3