diff options
author | Chris Robinson <[email protected]> | 2014-11-02 02:30:45 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-02 02:30:45 -0800 |
commit | deba9967693e1af2c6e1fcc4088be1d40be9c58f (patch) | |
tree | efdc1c69a6a1b39fd6cfea4530f836c8c42b047f /Alc/ALu.c | |
parent | 857d68b0cee65100fd0e8e7d65608c3fa282c913 (diff) |
Add some missing breaks
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |