diff options
author | Chris Robinson <[email protected]> | 2023-03-10 23:39:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-03-10 23:39:39 -0800 |
commit | f85bf6fd98a0a2e6b59912dfe0f27e99d2d98d67 (patch) | |
tree | f8199b9cc6c82ba86552fac40c4ff539b813021d /al/auxeffectslot.cpp | |
parent | c9bedb1a4c8f79e361992e979dbfb2f6f5da2b8b (diff) |
Convert the EAX Compressor effect
And combine some type checks.
Diffstat (limited to 'al/auxeffectslot.cpp')
-rw-r--r-- | al/auxeffectslot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index 7bfd14ae..3e755569 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -1089,7 +1089,7 @@ void ALeffectslot::eax_commit() eax_fx_slot_set_flags(); } - if(eax_effect_->do_commit(eax_version_)) + if(eax_effect_->commit(eax_version_)) eax_set_efx_slot_effect(*eax_effect_); } |