mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Update phaser.d.ts
Changed `activeContacts` to `contacts`
This commit is contained in:
parent
05a814dc1d
commit
8c5630f8bc
1 changed files with 1 additions and 1 deletions
2
types/phaser.d.ts
vendored
2
types/phaser.d.ts
vendored
|
@ -75729,7 +75729,7 @@ declare namespace Phaser {
|
|||
/**
|
||||
* An array containing all of the active contacts between bodies A and B.
|
||||
*/
|
||||
activeContacts: MatterJS.Vector[];
|
||||
contacts: MatterJS.Vector[];
|
||||
/**
|
||||
* The amount of separation that occurred between bodies A and B.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue