Skip to content

Commit

Permalink
Merge pull request #26 from mi-rack/crashfix1
Browse files Browse the repository at this point in the history
Initialise variables used in drawing code
  • Loading branch information
AScustomWorks authored May 30, 2018
2 parents 595e0aa + a8a069a commit bf05ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEQ16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct SEQ16 : Module {
}
void step() override;

int numSteps;
int numSteps = 0;

json_t *toJson() override {
json_t *rootJ = json_object();
Expand Down

0 comments on commit bf05ff6

Please sign in to comment.