Skip to content

Commit c84f488

Browse files
committed
Fixed typescript def for ResizeCallback phaserjs#1659 phaserjs#1680
1 parent ae72107 commit c84f488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,7 @@ declare module Phaser {
39703970
}
39713971

39723972
interface ResizeCallback {
3973-
(width: number, height: number): any;
3973+
(scale: ScaleManager, parentBounds: Rectangle): any;
39743974
}
39753975

39763976
class ScaleManager {

0 commit comments

Comments
 (0)