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:
Alex Szpakowski
2015-01-15 16:36:52 -04:00
parent f1634bc6a8
commit 6d3ae981ac
3 changed files with 2 additions and 8 deletions
+2
View File
@@ -131,6 +131,8 @@ Audio::Audio()
Audio::~Audio()
{
stop();
poolThread->setFinish();
poolThread->wait();