diff options
author | Chris Robinson <[email protected]> | 2022-02-07 10:17:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-02-07 10:17:13 -0800 |
commit | 0c507b5c621993206d94fc3776174eb96823f265 (patch) | |
tree | 27ce2550c88fb9f73145fd8be2298850814985bc /al/eax_fx_slots.cpp | |
parent | b09aab8426b0feb74cacb8704b4953b3b56a8c30 (diff) |
Avoid using ALeffect to manage EaxEffect objects
Effect slots can just use its EaxEffect directly.
Diffstat (limited to 'al/eax_fx_slots.cpp')
-rw-r--r-- | al/eax_fx_slots.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/al/eax_fx_slots.cpp b/al/eax_fx_slots.cpp index 63e867ec..f2db3ede 100644 --- a/al/eax_fx_slots.cpp +++ b/al/eax_fx_slots.cpp @@ -39,7 +39,6 @@ void EaxFxSlots::uninitialize() noexcept { for (auto& fx_slot : fx_slots_) { - fx_slot->eax_uninitialize(); fx_slot = nullptr; } } |