diff options
author | Chris Robinson <[email protected]> | 2008-07-15 02:33:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-15 02:33:05 -0700 |
commit | 0042b1f80d1d702a432fcdfe56af17e0d7fa6ec9 (patch) | |
tree | b52f065ed5dd16ad45d594f8ca8ae1745cbffacd /OpenAL32/Include | |
parent | 6d416ee7348fcb7bbc44467aae48139a2179c53c (diff) |
Implement doppler factor source 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 83b8193c..558894ed 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -82,6 +82,8 @@ typedef struct ALsource ALfloat RoomRolloffFactor; + ALfloat DopplerFactor; + // Index to itself ALuint source; |