Skip to content

Commit

Permalink
Fixes #1137 to initialize ofSerial.bInited = false in the constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Silverman committed Apr 4, 2012
1 parent b154009 commit 245f386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/openFrameworks/communication/ofSerial.cpp
Expand Up @@ -115,6 +115,7 @@ ofSerial::ofSerial(){
#endif
//---------------------------------------------
bVerbose = false;
bInited = false;
}

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

0 comments on commit 245f386

Please sign in to comment.