aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-08-20 15:33:28 -0700
committerChris Robinson <[email protected]>2012-08-20 15:33:28 -0700
commit965608356f41e555e0cb9789e3e54e8f67656ebf (patch)
treedbfe3185c9f0b90e2ecfb3555e9c1587ccee6402 /OpenAL32/alSource.c
parentbc1ce7b3accf1464742dd75b6a9d048c187d59a7 (diff)
Fix getting the RW offsets with alGetSourcei64vSOFT
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index f489ba91..52688827 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -1618,6 +1618,8 @@ AL_API void AL_APIENTRY alGetSourcei64vSOFT(ALuint source, ALenum param, ALint64
case AL_DIRECT_CHANNELS_SOFT:
case AL_DISTANCE_MODEL:
+ case AL_SAMPLE_RW_OFFSETS_SOFT:
+ case AL_BYTE_RW_OFFSETS_SOFT:
case AL_SAMPLE_OFFSET_LATENCY_SOFT:
case AL_POSITION: