From bf38e8352b547d56ee4b266817f2a5b3a4d638bc Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 21 Feb 2022 17:00:57 +0100 Subject: [PATCH] fix variable names --- stitchcode/objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitchcode/objects.js b/stitchcode/objects.js index 677624ee..8eed39a5 100644 --- a/stitchcode/objects.js +++ b/stitchcode/objects.js @@ -492,7 +492,7 @@ SpriteMorph.prototype.arcRight = function (radius, degrees) { SpriteMorph.prototype.arcLeft = function (radius, degrees) { if (degrees > 0) { - for (var n=0; i < Math.floor(degrees / 10); n++) { + for (var n=0; n < Math.floor(degrees / 10); n++) { this.turn(-5); this.forward(radius * 0.174532) this.turn(-5)