Skip to content

Commit

Permalink
reconnect on right id
Browse files Browse the repository at this point in the history
  • Loading branch information
pach committed Feb 14, 2015
1 parent f2d1c4f commit 396f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofxEtherdream.cpp
Expand Up @@ -31,7 +31,7 @@ bool ofxEtherdream::checkConnection(bool bForceReconnect) {

if(bForceReconnect) {
kill();
setup();
setup(true, idEtherdreamConnection);
}

return false;
Expand Down

0 comments on commit 396f0ba

Please sign in to comment.