diff options
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1077,7 +1077,7 @@ ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size) break; } - buffer += bytes; + buffer = (ALubyte*)buffer + bytes; } size -= SamplesToDo; |