mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 03:23:42 +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,
|
||||
orientation: this.orientation
|
||||
});
|
||||
|
||||
|
||||
var row;
|
||||
|
||||
for (var tileY = 0; tileY < height; tileY++)
|
||||
|
|
Loading…
Reference in a new issue