diff options
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; } } |