aboutsummaryrefslogtreecommitdiffstats
path: root/core/effectslot.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/effectslot.h')
-rw-r--r--core/effectslot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/effectslot.h b/core/effectslot.h
index 2470326d..affbccb0 100644
--- a/core/effectslot.h
+++ b/core/effectslot.h
@@ -78,9 +78,8 @@ struct EffectSlot {
float AirAbsorptionGainHF{1.0f};
/* Mixing buffer used by the Wet mix. */
- WetBuffer *mWetBuffer{nullptr};
+ al::vector<FloatBufferLine,16> mWetBuffer;
- ~EffectSlot();
static EffectSlotArray *CreatePtrArray(size_t count) noexcept;