fix variable names

snap7
Michael 2022-02-21 17:00:57 +01:00
rodzic 18aa8d7030
commit bf38e8352b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)