Fixed: typo

hg/feature/build_pipeline_v3
kaetemi 12 years ago
parent d29a9ee8d7
commit 0e973ec976

@ -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…
Cancel
Save