diff options
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |