better fix. Just call it when it's needed

This commit is contained in:
joep van der velden
2018-11-15 13:33:31 +01:00
parent f4382d036c
commit 888e26b22c
@@ -9,7 +9,6 @@
clamp_values()
if(..())
update_stat("Robot/Life")
handle_robot_cell()
process_locks()
process_queued_alarms()
@@ -208,6 +207,7 @@
canmove = 0
else
canmove = 1
update_stat("robot/update_canmove")
update_transform()
if(!delay_action_updates)
update_action_buttons_icon()