From c3a74809615dbe8bdaa938b9e963e8bb65427a0e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 23 Jul 2008 23:27:38 -0700 Subject: [PATCH] Don't advertise extra samples for mixing --- Alc/ALu.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Alc/ALu.c b/Alc/ALu.c index 0895842f..fe3b9898 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -674,13 +674,12 @@ ALvoid aluMixData(ALCcontext *ALContext,ALvoid *buffer,ALsizei size,ALenum forma increment = (MAX_PITCH<queue; for(loop = 0; loop < ALSource->BuffersPlayed; loop++) { -- 2.11.4.GIT