diff options
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 369638a0..9acb6d6b 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -51,9 +51,9 @@ struct ALeffectslot { RefCount ref{0u}; - std::atomic<ALeffectslotProps*> Update{nullptr}; - struct { + std::atomic<ALeffectslotProps*> Update{nullptr}; + ALfloat Gain{1.0f}; ALboolean AuxSendAuto{AL_TRUE}; ALeffectslot *Target{nullptr}; |