Skip to content

Commit

Permalink
Merge pull request memo#7 from hiroyuki/master
Browse files Browse the repository at this point in the history
small fixes for openFrameworks 0.11.2
  • Loading branch information
memo authored Oct 17, 2022
2 parents 729cd66 + 24fdb53 commit 36ecbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofxEtherdream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void ofxEtherdream::threadedFunction() {

//--------------------------------------------------------------
void ofxEtherdream::start() {
startThread(true, false); // TODO: blocking or nonblocking?
startThread(); // TODO: blocking or nonblocking?
}

//--------------------------------------------------------------
Expand Down

0 comments on commit 36ecbff

Please sign in to comment.