Skip to content

Commit

Permalink
startThread was deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Jun 15, 2018
1 parent 370e46b commit f31bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofxBpm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void ofxBpm::start(){
isPlaying = true;
reset();

startThread(true, false); // blocking, verbose
startThread(true); // blocking, verbose

}

Expand Down

0 comments on commit f31bfb4

Please sign in to comment.