mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Moved the love.audio.stop call when love is quit from love.run to the destructor of the Audio module.
This commit is contained in:
@@ -131,6 +131,8 @@ Audio::Audio()
|
||||
|
||||
Audio::~Audio()
|
||||
{
|
||||
stop();
|
||||
|
||||
poolThread->setFinish();
|
||||
poolThread->wait();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user