You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
If we insert an event with
time=20ms
, then it will trigger at simulation timepoint 0ms, becausesync.time()
returns the target time, not the actual time.See:
engine/src/simulation.cpp:987
andengine/src/simulation.cpp:805
The text was updated successfully, but these errors were encountered: