mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Update phaser.d.ts
Fix imcompatible override Phaser.Point.clone
This commit is contained in:
parent
360d744472
commit
4a31db6a64
1 changed files with 0 additions and 1 deletions
1
build/phaser.d.ts
vendored
1
build/phaser.d.ts
vendored
|
@ -3477,7 +3477,6 @@ declare module Phaser {
|
|||
clampX(min: number, max: number): Phaser.Point;
|
||||
clampY(min: number, max: number): Phaser.Point;
|
||||
clone(output?: Phaser.Point): Phaser.Point;
|
||||
clone(output: Phaser.Point): Phaser.Point;
|
||||
copyFrom(source: any): Phaser.Point;
|
||||
copyTo(dest: any): Object;
|
||||
distance(dest: Object, round?: boolean): number;
|
||||
|
|
Loading…
Add table
Reference in a new issue