diff options
Diffstat (limited to 'OpenAL32/Include')
-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 df8fb44d..178e310f 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -80,6 +80,8 @@ typedef struct ALsource_struct ALfloat AirAbsorptionFactor; + ALfloat RoomRolloffFactor; + // Index to itself ALuint source; |