mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Actually a stop() in the Audio module destructor is redundant, since stop() is called by the Source pool when it's deleted (also in the destructor.)
This commit is contained in:
@@ -131,8 +131,6 @@ Audio::Audio()
|
||||
|
||||
Audio::~Audio()
|
||||
{
|
||||
stop();
|
||||
|
||||
poolThread->setFinish();
|
||||
poolThread->wait();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user