aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alAuxEffectSlot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-11 22:40:08 -0700
committerChris Robinson <[email protected]>2018-03-11 22:40:08 -0700
commit8eb7a94e1c07a8b3d74f84886c493d1a7dada7de (patch)
treefa0d499201c0486b2b4da7c20abbf02443f98a98 /OpenAL32/Include/alAuxEffectSlot.h
parent6b35a4534f1047c8e6ec630cbae89ea3e25e5d74 (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.h1
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;