diff --git a/src/ofxEtherdream.cpp b/src/ofxEtherdream.cpp index ca60db2..b8513da 100755 --- a/src/ofxEtherdream.cpp +++ b/src/ofxEtherdream.cpp @@ -82,7 +82,7 @@ void ofxEtherdream::threadedFunction() { //-------------------------------------------------------------- void ofxEtherdream::start() { - startThread(true, false); // TODO: blocking or nonblocking? + startThread(); // TODO: blocking or nonblocking? } //--------------------------------------------------------------