diff options
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 |