Skip to content

Commit

Permalink
crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Pronkin committed May 30, 2018
1 parent 9b75334 commit a8a069a
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 a8a069a

Please sign in to comment.