mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
x and y are non-optional. Fix #6518
This commit is contained in:
parent
9499d2bb74
commit
45f553d8af
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
* @typedef {object} Phaser.Types.Math.Vector2Like
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @property {number} [x] - The x component.
|
||||
* @property {number} [y] - The y component.
|
||||
* @property {number} x - The x component.
|
||||
* @property {number} y - The y component.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue