Add missing else
This commit is contained in:
parent
5fa5252648
commit
3763c95784
@ -689,6 +689,7 @@ AL_API void AL_APIENTRY alBufferf(ALuint buffer, ALenum eParam, ALfloat flValue)
|
||||
device = pContext->Device;
|
||||
if(LookupBuffer(device->BufferMap, buffer) == NULL)
|
||||
alSetError(pContext, AL_INVALID_NAME);
|
||||
else
|
||||
{
|
||||
switch(eParam)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user