diff options
author | Chris Robinson <[email protected]> | 2020-12-27 00:14:58 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-27 00:14:58 -0800 |
commit | e20143fcc42e4a39b365b3f1395dfde94a30ac31 (patch) | |
tree | ab9324a678d0d4ea7316836da1629581538a9fa8 /al/auxeffectslot.h | |
parent | 507cbfa0271e6183a06c5b2eec3465bc37a108e5 (diff) |
Move the WetBuffer reference to EffectSlot
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 4d3c8640..85239cc1 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -51,9 +51,6 @@ struct ALeffectslot { /* Self ID */ ALuint id{}; - /* Mixing buffer used by the Wet mix. */ - WetBuffer *mWetBuffer{nullptr}; - ALeffectslot() { PropsClean.test_and_set(std::memory_order_relaxed); } ALeffectslot(const ALeffectslot&) = delete; ALeffectslot& operator=(const ALeffectslot&) = delete; |