We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7427d38 commit 3b10a33Copy full SHA for 3b10a33
Turtle.types.ps1xml
@@ -352,7 +352,7 @@ if ($this.IsPenDown) {
352
} else {
353
$this.Steps += " m $deltaX $deltaY"
354
}
355
-$this.Position = $x, $y
+$this.Position = $deltaX, $deltaY
356
return $this
357
</Script>
358
</ScriptMethod>
@@ -1063,7 +1063,7 @@ $Y
1063
$deltaX = $x - $this.X
1064
$deltaY = $y - $this.Y
1065
$this.Steps += "m $deltaX $deltaY"
1066
1067
1068
1069
0 commit comments