diff --git a/docs/api/core/Clock.html b/docs/api/core/Clock.html index 5889571543cbaeb20bc46577af90ce7b648fdbc6..85dbb9d772cc6b599b601d1a3d53a1845f325362 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.