mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
Updated OpenAL Soft to 1.17.2.
This commit is contained in:
@@ -246,7 +246,7 @@ int main(int argc, char *argv[])
|
||||
alSourcePlay(source);
|
||||
do {
|
||||
ALint pos;
|
||||
Sleep(10);
|
||||
al_nssleep(10000000);
|
||||
alGetSourcei(source, AL_SAMPLE_OFFSET, &pos);
|
||||
alGetSourcei(source, AL_SOURCE_STATE, &state);
|
||||
if(pos < last_pos && state == AL_PLAYING)
|
||||
|
||||
Reference in New Issue
Block a user