diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 806019e0..53d7f53c 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -87,6 +87,7 @@ typedef struct ALsource ALint lSourceType; ALuint NumChannels; + ALuint SampleSize; /* HRTF info */ ALfloat HrtfHistory[MAXCHANNELS][HRTF_LENGTH]; |