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,7 +145,9 @@
|
||||||
|
|
||||||
- (void) close
|
- (void) close
|
||||||
{
|
{
|
||||||
[super close];
|
VLSoundOut::Instance()->Stop(false);
|
||||||
|
|
||||||
|
[super close];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) dealloc
|
- (void) dealloc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user