Audio/Sound: Fix crash when destroying moved Sound
This commit is contained in:
@@ -43,6 +43,7 @@ namespace Nz
|
||||
*/
|
||||
Sound::~Sound()
|
||||
{
|
||||
if (m_source)
|
||||
Stop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user