diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 4493c006..38b0094d 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -68,6 +68,8 @@ typedef struct ALsource_struct ALboolean DryGainHFAuto; ALfloat OuterGainHF; + ALfloat AirAbsorptionFactor; + // Index to itself ALuint source; |