diff --git a/src/p5.dance.js b/src/p5.dance.js index 3bce5ddf..55fb13e1 100644 --- a/src/p5.dance.js +++ b/src/p5.dance.js @@ -352,9 +352,7 @@ module.exports = class DanceParty { timeSinceLoad() - this.performanceData_.lastPlayCall; callback && callback(playSuccess); }, - () => { - this.reset(); - } + () => {} ); this.p5_.loop(); }