FRUK-Simulator / Simulator

First Robotics UK Simulator
https://sim.morethanrobots.uk/
MIT License
5 stars 17 forks source link

The timer is not reset when loading the program #252

Open ido-ran opened 1 year ago

ido-ran commented 1 year ago

Steps to reproduce the issue:

  1. Load any lesson
  2. Setup any simple blocks
  3. Load and Run the program (the timer should start measure)
  4. Quit the program (the timer should stop at this point)
  5. Load the program again ❌ At this point I expect the timer to reset but it doesn't
ido-ran commented 1 year ago

I just noticed that when you press Run after step 5 the timer is restart to count from 0. This means the behavior is correct but maybe it still better to reset at load time?