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
EngineTimer: fix misuse of epsilon when firing timer (#399)
Due to rounding errors with floating-point numbers, we use an EPSILON
value for error margin, but it should be used only when comparing
input parameters, not when firing a timer.
Closes#399.
Change-Id: I8f056848c61b48dd59d91f44c09c9caf17c7fa58
0 commit comments