Stop sound when closing

This commit is contained in:
Matthias Neeracher 2017-11-24 05:52:47 +01:00
parent ab4a7d4378
commit 323d1cd0ca

View File

@ -145,6 +145,8 @@
- (void) close
{
VLSoundOut::Instance()->Stop(false);
[super close];
}