aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-02 02:30:45 -0800
committerChris Robinson <[email protected]>2014-11-02 02:30:45 -0800
commitdeba9967693e1af2c6e1fcc4088be1d40be9c58f (patch)
treeefdc1c69a6a1b39fd6cfea4530f836c8c42b047f /Alc/ALu.c
parent857d68b0cee65100fd0e8e7d65608c3fa282c913 (diff)
Add some missing breaks
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 71804a3f..48f22114 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -408,11 +408,13 @@ ALvoid CalcNonAttnSourceParams(ALvoice *voice, const ALsource *ALSource, const A
num_channels = 3;
isbformat = AL_TRUE;
DirectChannels = AL_FALSE;
+ break;
case FmtBFormat3D:
num_channels = 4;
isbformat = AL_TRUE;
DirectChannels = AL_FALSE;
+ break;
}
if(isbformat)