We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ff20d commit 7ae124fCopy full SHA for 7ae124f
1 file changed
src/physics/arcade/Body.js
@@ -762,7 +762,7 @@ var Body = new Class({
762
this._dy = 0;
763
764
/**
765
- * 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`.
766
*
767
* @name Phaser.Physics.Arcade.Body#_tx
768
* @type {number}
@@ -773,7 +773,7 @@ var Body = new Class({
773
this._tx = 0;
774
775
776
- * 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`.
777
778
* @name Phaser.Physics.Arcade.Body#_ty
779
0 commit comments