cloe
cloe copied to clipboard
Time event trigger point questionable
If we insert an event with time=20ms, then it will trigger at simulation timepoint 0ms, because sync.time() returns the target time, not the actual time.
See: engine/src/simulation.cpp:987 and engine/src/simulation.cpp:805
The correct timing of all this should be thoroughly documented!