Skip to content

Commit 483bb24

Browse files
committed
Merge pull request phaserjs#1694 from englercj/dev
Minor typescript def file update
2 parents 7e19f45 + ce254e5 commit 483bb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/pixi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ declare module PIXI {
11671167
tileScaleOffset: Point;
11681168

11691169
destroy(): void;
1170-
generateTilingTexture(forcePowerOfTwo: boolean): void;
1170+
generateTilingTexture(forcePowerOfTwo?: boolean): void;
11711171
setTexture(texture: Texture): void;
11721172

11731173
}

0 commit comments

Comments
 (0)