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,7 +145,9 @@
- (void) close
{
[super close];
VLSoundOut::Instance()->Stop(false);
[super close];
}
- (void) dealloc