aboutsummaryrefslogtreecommitdiffstats
path: root/al/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'al/state.cpp')
-rw-r--r--al/state.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/al/state.cpp b/al/state.cpp
index 8142890e..1a07f624 100644
--- a/al/state.cpp
+++ b/al/state.cpp
@@ -943,6 +943,7 @@ void UpdateContextProps(ALCcontext *context)
props->Gain = listener.Gain;
props->MetersPerUnit = listener.mMetersPerUnit;
+ props->AirAbsorptionGainHF = context->mAirAbsorptionGainHF;
props->DopplerFactor = context->mDopplerFactor;
props->DopplerVelocity = context->mDopplerVelocity;
props->SpeedOfSound = context->mSpeedOfSound;