1
0
espelhamento de https://github.com/microtherion/VocalEasel.git sincronizado 2025-05-15 09:14:29 +00:00

Stop sound when closing

Esse commit está contido em:
Matthias Neeracher 2017-11-24 05:52:47 +01:00
commit 323d1cd0ca

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