mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Fixed: typo
This commit is contained in:
parent
d29a9ee8d7
commit
0e973ec976
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.");
|
nlwarning("AL: Trying to play stream with no buffers queued.");
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
/* OLD
|
/* OLD
|
||||||
alSourcePlay(_Source);
|
alSourcePlay(_Source);
|
||||||
_IsPlaying = (alGetError() == AL_NO_ERROR);
|
_IsPlaying = (alGetError() == AL_NO_ERROR);
|
||||||
|
|
Loading…
Reference in a new issue