mirror of
https://github.com/photonstorm/phaser
synced 2025-02-19 23:48:33 +00:00
Merge pull request #1694 from englercj/dev
Minor typescript def file update
This commit is contained in:
commit
483bb240a6
1 changed files with 1 additions and 1 deletions
2
typescript/pixi.d.ts
vendored
2
typescript/pixi.d.ts
vendored
|
@ -1167,7 +1167,7 @@ declare module PIXI {
|
|||
tileScaleOffset: Point;
|
||||
|
||||
destroy(): void;
|
||||
generateTilingTexture(forcePowerOfTwo: boolean): void;
|
||||
generateTilingTexture(forcePowerOfTwo?: boolean): void;
|
||||
setTexture(texture: Texture): void;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue