1
0
Fork 0
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:
jules 2015-12-22 15:55:26 +00:00
parent 218a8149af
commit 21d42f346f

View file

@ -1100,6 +1100,7 @@ void AudioDeviceManager::playSound (PositionableAudioSource* audioSource, bool d
{
transport = new AudioTransportSource();
transport->setSource (audioSource);
deleteWhenFinished = true;
}
}