Fixed: typo
This commit is contained in:
parent
971ffdb8e3
commit
7707463fe2
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ bool CSourceAL::play()
|
|||
{
|
||||
nlwarning("AL: Trying to play stream with no buffers queued.");
|
||||
}
|
||||
return true;
|
||||
/* OLD
|
||||
alSourcePlay(_Source);
|
||||
_IsPlaying = (alGetError() == AL_NO_ERROR);
|
||||
|
|
Loading…
Reference in a new issue