mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
fix Tilemap.putTile
This commit is contained in:
parent
011d2d8e05
commit
ab02040bea
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ Phaser.Tilemap.prototype = {
|
|||
}
|
||||
else
|
||||
{
|
||||
this.layers[layer].data[y][x].index = index;
|
||||
this.layers[layer].data[y][x].index = tile;
|
||||
}
|
||||
|
||||
this.layers[layer].dirty = true;
|
||||
|
|
Loading…
Reference in a new issue