Skip to content

Commit ce254e5

Browse files
committed
minor typescript def file update
1 parent 7e19f45 commit ce254e5

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)