Skip to content

Commit 424a1e3

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 5b98386 + 3b7f14f commit 424a1e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gameobjects/tilesprite/TileSprite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,12 @@ var TileSprite = new Class({
389389
{
390390
if (x !== undefined)
391391
{
392-
this.tilePositionX = x;
392+
this.tileScaleX = x;
393393
}
394394

395395
if (y !== undefined)
396396
{
397-
this.tilePositionY = y;
397+
this.tileScaleY = y;
398398
}
399399

400400
return this;

0 commit comments

Comments
 (0)