From 451acba7063f0af4ce79ef796cfe5c4a24f7b2ec Mon Sep 17 00:00:00 2001 From: nanu-c Date: Sun, 21 Feb 2016 12:01:19 +0100 Subject: [PATCH] startThread deprecation fix --- .../src/ofOpenALSoundPlayer_TimelineAdditions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ofOpenALSoundPlayer_TimelineAdditions/src/ofOpenALSoundPlayer_TimelineAdditions.cpp b/libs/ofOpenALSoundPlayer_TimelineAdditions/src/ofOpenALSoundPlayer_TimelineAdditions.cpp index 9732f659..28531412 100644 --- a/libs/ofOpenALSoundPlayer_TimelineAdditions/src/ofOpenALSoundPlayer_TimelineAdditions.cpp +++ b/libs/ofOpenALSoundPlayer_TimelineAdditions/src/ofOpenALSoundPlayer_TimelineAdditions.cpp @@ -841,7 +841,7 @@ void ofOpenALSoundPlayer_TimelineAdditions::play(){ if(isStreaming){ setPosition(0); stream_end = false; - startThread(true,false); + startThread(true); } }