diff options
author | Chris Robinson <[email protected]> | 2018-03-11 22:40:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-11 22:40:08 -0700 |
commit | 8eb7a94e1c07a8b3d74f84886c493d1a7dada7de (patch) | |
tree | fa0d499201c0486b2b4da7c20abbf02443f98a98 /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 6b35a4534f1047c8e6ec630cbae89ea3e25e5d74 (diff) |
Apply a distance decay on the source send for the reverb's DecayLFRatio
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 36f09782..61c72153 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -127,6 +127,7 @@ typedef struct ALeffectslot { ALfloat RoomRolloff; /* Added to the source's room rolloff, not multiplied. */ ALfloat DecayTime; + ALfloat DecayLFRatio; ALfloat DecayHFRatio; ALboolean DecayHFLimit; ALfloat AirAbsorptionGainHF; |