forked from mirror/openmw-tes3mp
Remove an unnecessary check
This commit is contained in:
parent
574c1923fe
commit
45628316f8
1 changed files with 2 additions and 2 deletions
|
@ -436,8 +436,8 @@ bool OpenAL_SoundStream::process()
|
|||
alGetSourcei(mSource, AL_SOURCE_STATE, &state);
|
||||
if(state != AL_PLAYING && state != AL_PAUSED)
|
||||
{
|
||||
if(refillQueue() > 0)
|
||||
alSourcePlay(mSource);
|
||||
refillQueue();
|
||||
alSourcePlay(mSource);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue