Add some missing breaks

This commit is contained in:
Chris Robinson 2014-11-02 02:30:45 -08:00
parent 857d68b0ce
commit deba996769

View File

@ -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)