mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Fixed property name
This commit is contained in:
parent
b46776a2c0
commit
22d5c7a69e
1 changed files with 1 additions and 1 deletions
2
types/matter.d.ts
vendored
2
types/matter.d.ts
vendored
|
@ -1264,7 +1264,7 @@ declare namespace MatterJS {
|
|||
* @type vector
|
||||
* @default { x: 0, y: 0 }
|
||||
*/
|
||||
pointA: Vector;
|
||||
pointB: Vector;
|
||||
|
||||
/**
|
||||
* A `Number` that specifies the target resting length of the constraint.
|
||||
|
|
Loading…
Reference in a new issue