From 81547886d5ac3af0b773ee79c239a1a77e5c3902 Mon Sep 17 00:00:00 2001 From: khadar1020 Date: Mon, 27 Nov 2023 01:05:54 +0530 Subject: [PATCH] mice_color_not_changing --- js/activity.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/activity.js b/js/activity.js index 33222e946b..49a6930a52 100644 --- a/js/activity.js +++ b/js/activity.js @@ -818,15 +818,6 @@ class Activity { this.turtles.setBackgroundColor(-1); this.logo.svgOutput = ""; this.logo.notationOutput = ""; - for (let turtle = 0; turtle < this.turtles.turtleList.length; turtle++) { - this.logo.turtleHeaps[turtle] = []; - this.logo.turtleDicts[turtle] = {}; - this.logo.notation.notationStaging[turtle] = []; - this.logo.notation.notationDrumStaging[turtle] = []; - if (noErase === undefined || !noErase) { - this.turtles.turtleList[turtle].painter.doClear(true, true, true); - } - } this.blocksContainer.x = 0; this.blocksContainer.y = 0;