From 18d95b1ff4631ab82bc6bcec29da4c6bd21b22bc Mon Sep 17 00:00:00 2001 From: Michael Aschauer Date: Sat, 2 Dec 2017 12:29:29 +0100 Subject: [PATCH] remove more --- stitchcode/objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); };