diff options
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index fdab99ef..03ba034a 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -18,6 +18,7 @@ struct ALbuffer; struct ALeffect; struct ALeffectslot; +struct WetBuffer; using ALeffectslotArray = al::FlexArray<ALeffectslot*>; @@ -87,7 +88,7 @@ struct ALeffectslot { ALuint id{}; /* Mixing buffer used by the Wet mix. */ - al::vector<FloatBufferLine, 16> MixBuffer; + WetBuffer *mWetBuffer{nullptr}; /* Wet buffer configuration is ACN channel order with N3D scaling. * Consequently, effects that only want to work with mono input can use |