Fixed: typo

This commit is contained in:
kaetemi 2012-12-10 13:30:14 +01:00
parent 29170e6899
commit c391095a2d

View file

@ -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);