From 8d627c88aeaf4a0c68dd9e06dd9feac716f13ffc Mon Sep 17 00:00:00 2001 From: Joel Schumacher Date: Thu, 21 May 2020 15:56:43 +0200 Subject: [PATCH] Fix comment regarding first invocation of getTime --- src/modules/timer/Timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/timer/Timer.h b/src/modules/timer/Timer.h index b7f24c0fb..6e1346749 100644 --- a/src/modules/timer/Timer.h +++ b/src/modules/timer/Timer.h @@ -73,7 +73,8 @@ public: /** * Gets the amount of time in seconds passed since its first invocation - * (which happens as part of Timer::step at the start of love.run). + * (which happens as part of the Timer constructor, + * which is called when the module is first opened). * Useful for profiling code or measuring intervals. * The time is microsecond-precise, and increases monotonically. * @return The time (in seconds)