mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Removed duplicate call.
This commit is contained in:
parent
4828415d97
commit
66aca82084
1 changed files with 0 additions and 1 deletions
|
@ -372,7 +372,6 @@ PIXI.TilingSprite.prototype.generateTilingTexture = function(forcePowerOfTwo)
|
|||
{
|
||||
this.canvasBuffer = new PIXI.CanvasBuffer(targetWidth, targetHeight);
|
||||
this.tilingTexture = PIXI.Texture.fromCanvas(this.canvasBuffer.canvas);
|
||||
this.tilingTexture = PIXI.Texture.fromCanvas(this.canvasBuffer.canvas);
|
||||
this.tilingTexture.isTiling = true;
|
||||
this.tilingTexture.needsUpdate = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue