mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 02:08:40 +00:00
Typo
This commit is contained in:
parent
30972f4528
commit
74798cf206
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ var BaseCamera = new Class({
|
|||
* @param {number} y - The vertical coordinate to center on.
|
||||
* @param {Phaser.Math.Vector2} [out] - A Vec2 to store the values in. If not given a new Vec2 is created.
|
||||
*
|
||||
* @return {Phaser.Math.Vector2} The scroll coordinates stored in the `x` abd `y` properties.
|
||||
* @return {Phaser.Math.Vector2} The scroll coordinates stored in the `x` and `y` properties.
|
||||
*/
|
||||
getScroll: function (x, y, out)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue