aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-03-10 23:39:39 -0800
committerChris Robinson <[email protected]>2023-03-10 23:39:39 -0800
commitf85bf6fd98a0a2e6b59912dfe0f27e99d2d98d67 (patch)
treef8199b9cc6c82ba86552fac40c4ff539b813021d /al/auxeffectslot.cpp
parentc9bedb1a4c8f79e361992e979dbfb2f6f5da2b8b (diff)
Convert the EAX Compressor effect
And combine some type checks.
Diffstat (limited to 'al/auxeffectslot.cpp')
-rw-r--r--al/auxeffectslot.cpp2
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_);
}