mirror of
https://github.com/photonstorm/phaser
synced 2025-01-10 20:28:56 +00:00
Update Tilemap.js
This commit is contained in:
parent
7ba3771045
commit
b63a4e1107
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ var Tilemap = new Class({
|
||||||
height: height,
|
height: height,
|
||||||
orientation: this.orientation
|
orientation: this.orientation
|
||||||
});
|
});
|
||||||
|
|
||||||
var row;
|
var row;
|
||||||
|
|
||||||
for (var tileY = 0; tileY < height; tileY++)
|
for (var tileY = 0; tileY < height; tileY++)
|
||||||
|
|
Loading…
Reference in a new issue