Skip to content

Commit

Permalink
Be able to clear drawings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dermah committed Oct 14, 2019
1 parent 61c8da3 commit 74d029b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/assets/js/audience/audience-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ new p5(p => {
totalAmp = 0;
pulseSize = 0;
fireflyPower = 0;
instrumentDrawings = [[], [], [], [], []];
});

p.preload = () => {};
Expand Down

0 comments on commit 74d029b

Please sign in to comment.