aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-18 19:03:40 -0800
committerChris Robinson <[email protected]>2007-12-18 19:03:40 -0800
commitafd3b71849d0d7484904f8e39825d83b894fe564 (patch)
tree51a5f6d5ce90486712a10d5c552a0ebc480fd29c /OpenAL32/Include/alSource.h
parent4cc64fa9a8f6c138e137750f930800ec89e23a12 (diff)
Implement AL_ROOM_ROLLOFF_FACTOR property
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h2
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;