From 5ddd6ca2862c552c30a67a6363433aba43644267 Mon Sep 17 00:00:00 2001 From: Yuri Feldman Date: Mon, 18 Mar 2013 03:13:12 +1100 Subject: [PATCH] Clock's getters return seconds --- docs/api/core/Clock.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/core/Clock.html b/docs/api/core/Clock.html index 5889571543..85dbb9d772 100644 --- a/docs/api/core/Clock.html +++ b/docs/api/core/Clock.html @@ -28,7 +28,7 @@

.[page:Float startTime]

- When the clock is running, It holds the starttime of the clock.
+ When the clock is running, It holds the start time of the clock.
This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
@@ -65,12 +65,12 @@

.getElapsedTime() [page:Float]

- Get milliseconds passed since the clock started. + Get the seconds passed since the clock started.

.getDelta() [page:Float]

- Get the milliseconds passed since the last call to this method. + Get the seconds passed since the last call to this method.
-- GitLab