mirror of
https://github.com/love2d/megasource.git
synced 2026-08-18 11:44:19 +02:00
Updated OpenAL Soft to 1.17.2.
This commit is contained in:
@@ -182,7 +182,7 @@ int main(int argc, char **argv)
|
||||
/* Play the sound until it finishes. */
|
||||
alSourcePlay(source);
|
||||
do {
|
||||
Sleep(10);
|
||||
al_nssleep(10000000);
|
||||
alGetSourcei(source, AL_SOURCE_STATE, &state);
|
||||
|
||||
/* Get the source offset and latency. AL_SEC_OFFSET_LATENCY_SOFT will
|
||||
|
||||
Reference in New Issue
Block a user