aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax_fx_slots.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/eax_fx_slots.h')
-rw-r--r--al/eax_fx_slots.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/al/eax_fx_slots.h b/al/eax_fx_slots.h
index 0ebb9b7d..a104c6ab 100644
--- a/al/eax_fx_slots.h
+++ b/al/eax_fx_slots.h
@@ -19,6 +19,12 @@ public:
void uninitialize() noexcept;
+ void commit()
+ {
+ for(auto& fx_slot : fx_slots_)
+ fx_slot->eax_commit();
+ }
+
const ALeffectslot& get(
EaxFxSlotIndex index) const;