mirror of
https://github.com/edubart/otclient.git
synced 2025-10-23 07:45:54 +02:00
doc and luabinder changes
This commit is contained in:
@@ -65,7 +65,7 @@ void SoundSource::stop()
|
||||
|
||||
bool SoundSource::isPlaying()
|
||||
{
|
||||
ALint state = AL_PLAYING;
|
||||
int state = AL_PLAYING;
|
||||
alGetSourcei(m_sourceId, AL_SOURCE_STATE, &state);
|
||||
return state != AL_STOPPED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user