diff options
Diffstat (limited to 'src/common/Utilities/EventMap.h')
-rw-r--r-- | src/common/Utilities/EventMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/EventMap.h b/src/common/Utilities/EventMap.h index 81f06b33b51..f627f1d1ab2 100644 --- a/src/common/Utilities/EventMap.h +++ b/src/common/Utilities/EventMap.h @@ -179,7 +179,7 @@ public: /** * @name DelayEvents - * @brief Delays all events. If delay is greater than or equal internal timer, delay will be 0. + * @brief Delays all events. * @param delay Amount of delay as std::chrono type. */ void DelayEvents(Milliseconds delay); |