mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Stop sound when closing
This commit is contained in:
parent
ab4a7d4378
commit
323d1cd0ca
|
@ -145,6 +145,8 @@
|
|||
|
||||
- (void) close
|
||||
{
|
||||
VLSoundOut::Instance()->Stop(false);
|
||||
|
||||
[super close];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user