diff --git a/src/pixi/extras/TilingSprite.js b/src/pixi/extras/TilingSprite.js index 076f153..14c3a74 100644 --- a/src/pixi/extras/TilingSprite.js +++ b/src/pixi/extras/TilingSprite.js @@ -25,7 +25,7 @@ * @property tileScale * @type Point */ - this.tileScale = new PIXI.Point(2,1); + this.tileScale = new PIXI.Point(1,1); /** * The offset position of the image that is being tiled * @property tileScale