From 2492d76896f9cb991760c408bcce7b1c79049979 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 4 Mar 2022 13:19:00 -0800 Subject: Ensure deferred EAX effect properties are committed --- alc/context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alc') diff --git a/alc/context.h b/alc/context.h index a7bbef83..72b259e9 100644 --- a/alc/context.h +++ b/alc/context.h @@ -258,6 +258,8 @@ public: ALeffectslot& eax_get_fx_slot(EaxFxSlotIndexValue fx_slot_index) { return eax_fx_slots_.get(fx_slot_index); } + void eax_commit_fx_slots() + { eax_fx_slots_.commit(); } private: struct Eax -- cgit v1.2.3