diff options
author | Chris Robinson <[email protected]> | 2010-07-22 08:11:44 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-07-22 08:11:44 -0700 |
commit | 7eb124d99c2cde0ba27c90d01176b34249958974 (patch) | |
tree | dea8e97dc5eb3e0985785fd66943d9267a19d61e /Alc/ALu.c | |
parent | 88f236ccd3f2e75d0823414e8c9a4492ddbd2539 (diff) |
Keep count of the number of samples played
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1474,6 +1474,7 @@ ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size) } ProcessContext(ALContext); } + device->SamplesPlayed += SamplesToDo; ProcessContext(NULL); //Post processing loop |