mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fix comment regarding first invocation of getTime
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user