mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 11:33:28 +00:00
canvas renderer typo fix
This commit is contained in:
parent
9c23f7e72f
commit
33daee1d27
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ var DynamicTilemapLayerCanvasRenderer = function (renderer, src, interpolationPe
|
||||||
{
|
{
|
||||||
// we use the tileset width and height because in isometric and hexagonal maps the tileset's height is often different from the tilemap's.
|
// we use the tileset width and height because in isometric and hexagonal maps the tileset's height is often different from the tilemap's.
|
||||||
width = tileset.tileWidth;
|
width = tileset.tileWidth;
|
||||||
width = tileset.tileHeight;
|
height = tileset.tileHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
var halfWidth = width / 2;
|
var halfWidth = width / 2;
|
||||||
|
|
Loading…
Reference in a new issue