1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo in iOS audio.

This commit is contained in:
jules 2013-03-28 14:24:02 +00:00
parent 25c70643e3
commit 46773828cc

View file

@ -381,7 +381,7 @@ private:
{
if (interruptionType == kAudioSessionBeginInterruption)
{
isrunning = false;
isRunning = false;
AudioOutputUnitStop (audioUnit);
AudioSessionSetActive (false);