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:
parent
25c70643e3
commit
46773828cc
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ private:
|
|||
{
|
||||
if (interruptionType == kAudioSessionBeginInterruption)
|
||||
{
|
||||
isrunning = false;
|
||||
isRunning = false;
|
||||
AudioOutputUnitStop (audioUnit);
|
||||
AudioSessionSetActive (false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue