Skip to content

Commit

Permalink
mice_color_not_changing
Browse files Browse the repository at this point in the history
  • Loading branch information
khadar1020 committed Nov 26, 2023
1 parent 6afd680 commit 8154788
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8154788

Please sign in to comment.