Skip to content

Commit 12bcdbf

Browse files
committed
Docs fix
1 parent 1cdb4fb commit 12bcdbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/time/Clock.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ var Clock = new Class({
5959

6060
/**
6161
* The scale of the Clock's time delta.
62-
63-
The time delta is the time elapsed between two consecutive frames and influences the speed of time for this Clock and anything which uses it, such as its Timer Events. Values higher than 1 increase the speed of time, while values smaller than 1 decrease it. A value of 0 freezes time and is effectively equivalent to pausing the Clock.
62+
*
63+
* The time delta is the time elapsed between two consecutive frames and influences the speed of time for this Clock and anything which uses it, such as its Timer Events. Values higher than 1 increase the speed of time, while values smaller than 1 decrease it. A value of 0 freezes time and is effectively equivalent to pausing the Clock.
6464
*
6565
* @name Phaser.Time.Clock#timeScale
6666
* @type {number}

0 commit comments

Comments
 (0)