diff options
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 71f99a11..de640b58 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -50,6 +50,7 @@ struct ALeffectslot { EffectProps Props{}; al::intrusive_ptr<EffectState> State; + al::intrusive_ptr<EffectBufferBase> Buffer; } Effect; std::atomic_flag PropsClean; |