mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor fix to the last commit
This commit is contained in:
parent
218a8149af
commit
21d42f346f
1 changed files with 1 additions and 0 deletions
|
|
@ -1100,6 +1100,7 @@ void AudioDeviceManager::playSound (PositionableAudioSource* audioSource, bool d
|
|||
{
|
||||
transport = new AudioTransportSource();
|
||||
transport->setSource (audioSource);
|
||||
deleteWhenFinished = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue