diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 2bd7aac2..1002d077 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -59,9 +59,7 @@ typedef struct ALsource struct ALbufferlistitem *queue; // Linked list of buffers in queue ALuint BuffersInQueue; // Number of buffers in queue - - ALuint TotalBufferDataSize; // Total amount of data contained in the buffers queued for this source - ALuint BuffersPlayed; // Number of buffers played on this loop + ALuint BuffersPlayed; // Number of buffers played on this loop ALfilter DirectFilter; |