mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Sound should now work again. Music looping does probably not work, however (at least now with mp3).
This commit is contained in:
@@ -55,10 +55,7 @@ namespace openal
|
||||
{
|
||||
finish = true;
|
||||
|
||||
int status;
|
||||
SDL_WaitThread(thread, &status);
|
||||
|
||||
pool->stop();
|
||||
SDL_WaitThread(thread, 0);
|
||||
|
||||
delete pool;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user