diff --git a/stitchcode/objects.js b/stitchcode/objects.js index 50250029..0e21e28b 100644 --- a/stitchcode/objects.js +++ b/stitchcode/objects.js @@ -694,7 +694,7 @@ StageMorph.prototype.originalStep = StageMorph.prototype.step; StageMorph.prototype.step = function () { this.originalStep(); - // update Beetleblocks, if needed + // update, if needed this.renderCycle(); };