mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Docs fix.
This commit is contained in:
parent
44ff20d07e
commit
7ae124ff6e
1 changed files with 2 additions and 2 deletions
|
@ -762,7 +762,7 @@ var Body = new Class({
|
|||
this._dy = 0;
|
||||
|
||||
/**
|
||||
* The calculated change in the Body's horizontal position during as of `postUpdate`.
|
||||
* The final calculated change in the Body's horizontal position as of `postUpdate`.
|
||||
*
|
||||
* @name Phaser.Physics.Arcade.Body#_tx
|
||||
* @type {number}
|
||||
|
@ -773,7 +773,7 @@ var Body = new Class({
|
|||
this._tx = 0;
|
||||
|
||||
/**
|
||||
* The calculated change in the Body's vertical position during as of `postUpdate`.
|
||||
* The final calculated change in the Body's vertical position as of `postUpdate`.
|
||||
*
|
||||
* @name Phaser.Physics.Arcade.Body#_ty
|
||||
* @type {number}
|
||||
|
|
Loading…
Add table
Reference in a new issue