summaryrefslogtreecommitdiffhomepage
path: root/host/simu/robots/giboulee
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/robots/giboulee')
-rw-r--r--host/simu/robots/giboulee/view/robot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/simu/robots/giboulee/view/robot.py b/host/simu/robots/giboulee/view/robot.py
index ab1ffc6d..42ebe6fb 100644
--- a/host/simu/robots/giboulee/view/robot.py
+++ b/host/simu/robots/giboulee/view/robot.py
@@ -42,8 +42,8 @@ class Robot (simu.inter.drawable.Drawable):
"""Draw the robot."""
self.reset ()
if self.pos is not None:
- self.trans_rotate (self.angle)
self.trans_translate (self.pos)
+ self.trans_rotate (self.angle)
# Draw robot body.
self.draw_polygon ((115, 30), (170, 85), (150, 127), (130, 145),
(-25, 200), (-70, 200), (-70, -200), (-25, -200),