aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-25 23:13:50 -0800
committerChris Robinson <[email protected]>2010-11-25 23:13:50 -0800
commit3d1eb7dcadb7642320506bfc94a539f0afe25c9c (patch)
treeb286a6d5e8c17c8741f1bb61fd6d2f29f43f1f04 /Alc
parente1c0b5ea24bbe2db24cf4f81a708d4d565d37f78 (diff)
Add a missing break statement
Diffstat (limited to 'Alc')
-rw-r--r--Alc/mixer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index f31d7985..f16a2e0c 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -907,6 +907,7 @@ ALvoid MixSource(ALsource *Source, ALCdevice *Device, ALuint SamplesToDo)
Mix_ALubyte_lerp8(Source, Device, Channels,
SrcData, &DataPosInt, &DataPosFrac,
j, SamplesToDo, BufferSize);
+ break;
case CUBIC_RESAMPLER:
if(Bytes == 4)
Mix_ALfloat_cubic32(Source, Device, Channels,