summaryrefslogtreecommitdiff
path: root/librelogo
diff options
context:
space:
mode:
Diffstat (limited to 'librelogo')
-rw-r--r--librelogo/source/LibreLogo/LibreLogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 2231646d4fb7..4b66ae3550bf 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -739,7 +739,7 @@ def heading(deg = -1, go = False):
if go and n > 0:
__go__(__TURTLE__, -n, False, a)
else:
- turtle.RotateAngle = deg * 100
+ turtle.RotateAngle = -deg * 100
def rotate(shapename, deg):
shape = __getshape__(shapename)