diff options
author | Carbenium <carbenium@outlook.com> | 2020-07-25 17:59:34 +0200 |
---|---|---|
committer | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-07-26 23:20:11 +0200 |
commit | 4470b9122379dc846b322a441951a03913912b71 (patch) | |
tree | 308db08b04862d72c067ace4641c58b569982697 /src/common/Utilities/EventProcessor.cpp | |
parent | e877f988d1c4e1361612f3d5c4ebe915f746aee5 (diff) |
Core/EventMap: Unify semantics of DelayEvents
DelayEvents(Milliseconds delay) had different semantics than
DelayEvents(Milliseconds delay, uint32 group).
The first method delayed the events only in the case the internal timer
already ticked at least for the amount of delay. In contrast the latter method
delayed events regardless of the internal timer value.
Use the latter semantics for DelayEvents(Milliseconds delay) as well which makes
the outcome more predictable. Adapt tests accordingly.
Diffstat (limited to 'src/common/Utilities/EventProcessor.cpp')
0 files changed, 0 insertions, 0 deletions