diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 1107bfd9..d210ae9b 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -62,6 +62,9 @@ typedef struct ALsource_struct ALfilter DirectFilter; + ALfloat LastDrySample; + ALfloat LastWetSample; + // Index to itself ALuint source; |