mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Remove an unnecessary check
This commit is contained in:
parent
574c1923fe
commit
45628316f8
@ -436,7 +436,7 @@ bool OpenAL_SoundStream::process()
|
||||
alGetSourcei(mSource, AL_SOURCE_STATE, &state);
|
||||
if(state != AL_PLAYING && state != AL_PAUSED)
|
||||
{
|
||||
if(refillQueue() > 0)
|
||||
refillQueue();
|
||||
alSourcePlay(mSource);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user