diff options
author | Chris Robinson <[email protected]> | 2007-12-18 19:03:40 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-18 19:03:40 -0800 |
commit | afd3b71849d0d7484904f8e39825d83b894fe564 (patch) | |
tree | 51a5f6d5ce90486712a10d5c552a0ebc480fd29c /OpenAL32/Include | |
parent | 4cc64fa9a8f6c138e137750f930800ec89e23a12 (diff) |
Implement AL_ROOM_ROLLOFF_FACTOR property
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; |